libclass-unload-perl

Perl module to unload a class at runtime
  https://metacpan.org/release/Class-Unload
  0
  no reviews



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'.