[Rt-commit] [svn] r1782 - in Module-Refresh: . lib/Module
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Nov 10 05:29:07 EST 2004
Author: jesse
Date: Wed Nov 10 05:29:07 2004
New Revision: 1782
Modified:
Module-Refresh/ (props changed)
Module-Refresh/Changes
Module-Refresh/lib/Module/Refresh.pm
Log:
r9031 at tinbook: jesse | 2004-11-10T10:30:14.533604Z
Bumped to 0.02
Modified: Module-Refresh/Changes
==============================================================================
--- Module-Refresh/Changes (original)
+++ Module-Refresh/Changes Wed Nov 10 05:29:07 2004
@@ -1,3 +1,7 @@
+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
Modified: Module-Refresh/lib/Module/Refresh.pm
==============================================================================
--- Module-Refresh/lib/Module/Refresh.pm (original)
+++ Module-Refresh/lib/Module/Refresh.pm Wed Nov 10 05:29:07 2004
@@ -3,7 +3,7 @@
use strict;
use vars qw( $VERSION %CACHE );
-$VERSION = 0.01;
+$VERSION = "0.02";
# Turn on the debugger's symbol source tracing
BEGIN {$^P |= 0x10};
More information about the Rt-commit
mailing list