[svk-commit] r2273 - branches/2.0-releng

nobody at bestpractical.com nobody at bestpractical.com
Mon Dec 25 13:24:00 EST 2006


Author: clkao
Date: Mon Dec 25 13:24:00 2006
New Revision: 2273

Modified:
   branches/2.0-releng/Makefile.PL

Log:
Path::Class 0.16 is now required.  This fixes win32 tests.

Modified: branches/2.0-releng/Makefile.PL
==============================================================================
--- branches/2.0-releng/Makefile.PL	(original)
+++ branches/2.0-releng/Makefile.PL	Mon Dec 25 13:24:00 2006
@@ -79,7 +79,7 @@
     'List::MoreUtils'          => '0',
     'Class::Accessor::Fast'    => '0',
     'Class::Data::Inheritable' => '0',
-    'Path::Class'              => '0.15',
+    'Path::Class'              => '0.16',
     'UNIVERSAL::require'       => '0',
     'Term::ReadKey'            => '0',
     'Time::HiRes'              => '0',       # in core since 5.7.3


More information about the svk-commit mailing list