[Rt-commit] [svn] r1799 - in Module-Refresh: . lib/Module
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Nov 10 08:34:09 EST 2004
Author: jesse
Date: Wed Nov 10 08:34:08 2004
New Revision: 1799
Modified:
Module-Refresh/ (props changed)
Module-Refresh/Changes
Module-Refresh/lib/Module/Refresh.pm
Log:
r9060 at tinbook: jesse | 2004-11-10T13:33:26.780116Z
Bumping to 0.03
Modified: Module-Refresh/Changes
==============================================================================
--- Module-Refresh/Changes (original)
+++ Module-Refresh/Changes Wed Nov 10 08:34:08 2004
@@ -1,3 +1,15 @@
+
+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.
Modified: Module-Refresh/lib/Module/Refresh.pm
==============================================================================
--- Module-Refresh/lib/Module/Refresh.pm (original)
+++ Module-Refresh/lib/Module/Refresh.pm Wed Nov 10 08:34:08 2004
@@ -3,7 +3,7 @@
use strict;
use vars qw( $VERSION %CACHE );
-$VERSION = "0.02";
+$VERSION = "0.03";
# Turn on the debugger's symbol source tracing
BEGIN { $^P |= 0x10 };
More information about the Rt-commit
mailing list