[Rt-commit] [svn] r1801 - in Module-Refresh: . lib/Module t

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 02:54:34 EST 2004


Author: jesse
Date: Thu Nov 11 02:54:33 2004
New Revision: 1801

Modified:
   Module-Refresh/   (props changed)
   Module-Refresh/Changes
   Module-Refresh/lib/Module/Refresh.pm
   Module-Refresh/t/1api.t
Log:
 r9137 at tinbook:  jesse | 2004-11-11T04:54:02.455648Z
 * Fix tests to run correctly on win32


Modified: Module-Refresh/Changes
==============================================================================
--- Module-Refresh/Changes	(original)
+++ Module-Refresh/Changes	Thu Nov 11 02:54:33 2004
@@ -1,3 +1,6 @@
+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
 

Modified: Module-Refresh/lib/Module/Refresh.pm
==============================================================================
--- Module-Refresh/lib/Module/Refresh.pm	(original)
+++ Module-Refresh/lib/Module/Refresh.pm	Thu Nov 11 02:54:33 2004
@@ -3,7 +3,7 @@
 use strict;
 use vars qw( $VERSION %CACHE );
 
-$VERSION = "0.03";
+$VERSION = "0.04";
 
 # Turn on the debugger's symbol source tracing
 BEGIN { $^P |= 0x10 };

Modified: Module-Refresh/t/1api.t
==============================================================================
--- Module-Refresh/t/1api.t	(original)
+++ Module-Refresh/t/1api.t	Thu Nov 11 02:54:33 2004
@@ -6,7 +6,7 @@
 use File::Spec;
 
 my $tmp = File::Spec->tmpdir;
-my $file = File::Spec->catfile($tmp, 'FooBar.pm');
+my $file = $tmp."/".'FooBar.pm';
 push @INC, $tmp;
 
 write_out(<<".");


More information about the Rt-commit mailing list