[Rt-commit] r4343 - in Module-Refresh: . lib/Module

jesse at bestpractical.com jesse at bestpractical.com
Thu Dec 22 19:10:22 EST 2005


Author: jesse
Date: Thu Dec 22 19:10:21 2005
New Revision: 4343

Modified:
   Module-Refresh/   (props changed)
   Module-Refresh/Changes
   Module-Refresh/lib/Module/Refresh.pm
Log:
 r20956 at truegrounds:  jesse | 2005-12-22 19:09:07 -0500
 * 0.09 -doc fixes


Modified: Module-Refresh/Changes
==============================================================================
--- Module-Refresh/Changes	(original)
+++ Module-Refresh/Changes	Thu Dec 22 19:10:21 2005
@@ -1,3 +1,7 @@
+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:

Modified: Module-Refresh/lib/Module/Refresh.pm
==============================================================================
--- Module-Refresh/lib/Module/Refresh.pm	(original)
+++ Module-Refresh/lib/Module/Refresh.pm	Thu Dec 22 19:10:21 2005
@@ -3,7 +3,7 @@
 use strict;
 use vars qw( $VERSION %CACHE );
 
-$VERSION = "0.08";
+$VERSION = "0.09";
 
 BEGIN { 
     # Turn on the debugger's symbol source tracing
@@ -29,7 +29,7 @@
     # Acme::Current from CPAN.  Use this snippet to make your running
     # program pick it up off disk:
 
-    $refresher->refresh_module('Acme::Current');
+    $refresher->refresh_module('Acme/Current.pm');
 
 =head1 DESCRIPTION
 


More information about the Rt-commit mailing list