[Rt-commit] r18626 - rt/3.999/trunk

sartak at bestpractical.com sartak at bestpractical.com
Mon Mar 2 21:17:19 EST 2009


Author: sartak
Date: Mon Mar  2 21:17:19 2009
New Revision: 18626

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

Log:
 r80802 at onn:  sartak | 2009-03-02 21:17:13 -0500
 Depend on DateTime 0.46 since that has duration_class


Modified: rt/3.999/trunk/Makefile.PL
==============================================================================
--- rt/3.999/trunk/Makefile.PL	(original)
+++ rt/3.999/trunk/Makefile.PL	Mon Mar  2 21:17:19 2009
@@ -41,6 +41,7 @@
     'File::Glob'                 => 0,
     'Devel::StackTrace'          => '1.19',
     'Text::Naming::Convention'   => 0,
+    'DateTime'                   => '0.46',
 );
 
 features(


More information about the Rt-commit mailing list