Binary package “libclass-unload-perl” in ubuntu trusty
Perl module to unload a class at runtime
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'.