Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libclass-unload-perl
Perl module to unload a class at runtime
https://metacpan.org/release/Class-Unload
0
no reviews
Install
Class::unload is a perl module that unloads the given class by clearing out its symbol table and removing it from %inc during runtime. the unloaded class may then be reloaded later on using 'require'.