Changes from previous:
0.17 Wed Oct 26 08:34:17 EST 2011
* Warnings avoidance for reloading a module not in %INC
* Updated inc/ and META.yml
0.16 Fri Apr 15 15:03:21 EST 2011
* SIGNATURE file bug
0.15 Fri Apr 15 15:00:15 EST 2011
* No functional changes. Added missing test dependencies. Thanks to JQUELIN & Paul at City Fan
0.14 Tue Apr 12 18:07:44 EST 2011
* Actually remove subroutines from the symbol table, Thanks to DOY.
0.13 Thu May 3 23:03:00 EDT 2007
* Requires 5.8.1. (Uses tricks that don't work on 5.6). Thanks to DCANTRELL
0.12 Mon Apr 30 15:34:42 EDT 2007
* Requires 5.6. (Causes 5.5 to bus error). Thanks to RJBS.
0.11 Tue Apr 24 13:25:24 EDT 2007
* Fix for [rt.cpan.org #26536] Test suite uses /tmp with predictable filenames
Reported by ANDK
0.10_01 Tue May 9 01:21:55 EDT 2006
* Module::Refresh->refresh_module_if_modified($module)
as suggested by Daisuke Maki
as devel/p5-Module-Refresh into the NetBSD Packages Collection.
Module::Refresh Perl5 module is a generalization of the functionality
provided by Apache::StatINC and Apache::Reload. It's designed to
make it easy to do simple iterative development when working in a
persistent environment.