The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

0.09 Thu Dec 22 19:03:14 EST 2005

* Artur Bergman pointed out a bug in the overview docs.

0.08
 * From Ivan Kohler.  (rt.cpan.org #14879)
  Without this patch, I was getting a fatal error:
   Can't undef active subroutine at /usr/share/perl5/Module/Refresh.pm line 154.

   This patch changes this to a warning and adds the name of the subroutine that
   triggered it.  I now get the non-fatal warning:

     HTML::Mason::handler: Can't undef active subroutine at
     /usr/share/perl5/Module/Refresh.pm line 154.


0.07 Sun Aug 21 13:25:20 EDT 2005

  * Put in a work-around for a perl bug before 5.8.7.

0.06 Fri May 20 22:11:11 EDT 2005

  * Trade overrefreshing for underrefreshing in some cases; test and document
    (We were over-aggressively reloading modules
     -- David Glasser


0.05 Tue Nov 16 23:15:10 EST 2004

  * Explicitly, don't clobber the 'VERSION' symbol on setup.

0.04 Thu Nov 11 12:53:21 CST 2004
 
  * Fix tests to run correctly on Win32.

0.03 Wed Nov 10 21:30:59 CST 2004

  * "Anonymize" all our methods so we can refresh ourselves.
  * POD cleanup; nomenclature unification.
  * ->refresh now implicitly calls ->new for the first time.
  
   minor doc updates
  
  * Various cleanups to make it 5.005-friendly.
  * Use (inode, size, mtime) as the cache value instead of mtime alone.
  
0.02 Wed Nov 10 18:28:12 CST 2004

    - Now we clean out subroutines loaded by the package we're unloading. 

0.01 Mon Nov  8 19:48:00 CST 2004

    - Initial release