[svk-commit] r2227 - trunk

nobody at bestpractical.com nobody at bestpractical.com
Fri Dec 8 04:52:00 EST 2006


Author: clkao
Date: Fri Dec  8 04:52:00 2006
New Revision: 2227

Modified:
   trunk/   (props changed)
   trunk/Makefile.PL

Log:
 r7386 at lofoten (orig r2222):  clkao | 2006-12-08 16:58:24 +0800
 List Time::HiRes as dep even it is core since 5.7.3.
 Reported by: JROCKWAY


Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL	(original)
+++ trunk/Makefile.PL	Fri Dec  8 04:52:00 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