[Rt-commit] r13724 - in rt/3.8/trunk: sbin

sartak at bestpractical.com sartak at bestpractical.com
Tue Jul 1 17:56:14 EDT 2008


Author: sartak
Date: Tue Jul  1 17:56:13 2008
New Revision: 13724

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/sbin/rt-test-dependencies.in

Log:
 r63607 at onn:  sartak | 2008-07-01 17:55:49 -0400
 Bump the CGI dependency to 3.38 to fix a really loud set of warnings


Modified: rt/3.8/trunk/sbin/rt-test-dependencies.in
==============================================================================
--- rt/3.8/trunk/sbin/rt-test-dependencies.in	(original)
+++ rt/3.8/trunk/sbin/rt-test-dependencies.in	Tue Jul  1 17:56:13 2008
@@ -296,25 +296,25 @@
 .
 
 $deps{'FASTCGI'} = [ text_to_hash( << '.') ];
-CGI 3.35
+CGI 3.38
 FCGI
 CGI::Fast 
 .
 
 $deps{'SPEEDYCGI'} = [ text_to_hash( << '.') ];
-CGI 3.35
+CGI 3.38
 CGI::SpeedyCGI
 .
 
 
 $deps{'MODPERL1'} = [ text_to_hash( << '.') ];
-CGI 3.35
+CGI 3.38
 Apache::Request
 Apache::DBI 0.92
 .
 
 $deps{'MODPERL2'} = [ text_to_hash( << '.') ];
-CGI 3.35
+CGI 3.38
 Apache::DBI
 HTML::Mason 1.36
 .


More information about the Rt-commit mailing list