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

nobody at bestpractical.com nobody at bestpractical.com
Fri Dec 8 03:58:25 EST 2006


Author: clkao
Date: Fri Dec  8 03:58:24 2006
New Revision: 2222

Modified:
   branches/2.0-releng/Makefile.PL

Log:
List Time::HiRes as dep even it is core since 5.7.3.
Reported by: JROCKWAY

Modified: branches/2.0-releng/Makefile.PL
==============================================================================
--- branches/2.0-releng/Makefile.PL	(original)
+++ branches/2.0-releng/Makefile.PL	Fri Dec  8 03:58:24 2006
@@ -81,6 +81,7 @@
     'Class::Data::Inheritable' => '0',
     'Path::Class'              => '0.15',
     'UNIVERSAL::require'       => '0',
+    'Time::HiRes'              => '0',       # in core since 5.7.3
     'File::Temp'               => '0.17',    # in core since 5.8.1
     'Encode'                   => '2.10',    # in core since 5.8.7
     'Getopt::Long'             => '2.35',    # in core since 5.8.8


More information about the svk-commit mailing list