[Rt-commit] r15864 - rt/branches/3.999-DANGEROUS

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Sep 9 06:31:53 EDT 2008


Author: sunnavy
Date: Tue Sep  9 06:31:52 2008
New Revision: 15864

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/Makefile.PL

Log:
 r16556 at sunnavys-mb:  sunnavy | 2008-09-09 18:30:17 +0800
 limit HTML::Mason to be 1.40+


Modified: rt/branches/3.999-DANGEROUS/Makefile.PL
==============================================================================
--- rt/branches/3.999-DANGEROUS/Makefile.PL	(original)
+++ rt/branches/3.999-DANGEROUS/Makefile.PL	Tue Sep  9 06:31:52 2008
@@ -46,7 +46,7 @@
 
     'Mason' => [
         -default            => 1,
-        'HTML::Mason'       => 1.36,
+        'HTML::Mason'       => 1.40,
         'Errno'             => 0,
         'Digest::MD5'       => 2.27,
         'CGI::Cookie'       => 1.20,
@@ -136,7 +136,7 @@
         -default => 0,
         'CGI'    => '3.38',
         'Apache::DBI',
-        'HTML::Mason' => '1.36',
+        'HTML::Mason' => '1.40',
         ]
 
     ,


More information about the Rt-commit mailing list