[Rt-commit] r11535 - rt/branches/3.8-TESTING/sbin

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sat Apr 5 08:02:19 EDT 2008


Author: sunnavy
Date: Sat Apr  5 08:01:45 2008
New Revision: 11535

Modified:
   rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in

Log:
require the latest CGI.pm

Modified: rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	Sat Apr  5 08:01:45 2008
@@ -288,25 +288,25 @@
 .
 
 $deps{'FASTCGI'} = [ text_to_hash( << '.') ];
-CGI 2.92
+CGI 3.35
 FCGI
 CGI::Fast 
 .
 
 $deps{'SPEEDYCGI'} = [ text_to_hash( << '.') ];
-CGI 2.92
+CGI 3.35
 CGI::SpeedyCGI
 .
 
 
 $deps{'MODPERL1'} = [ text_to_hash( << '.') ];
-CGI 2.92
+CGI 3.35
 Apache::Request
 Apache::DBI 0.92
 .
 
 $deps{'MODPERL2'} = [ text_to_hash( << '.') ];
-CGI 2.92
+CGI 3.35
 Apache::DBI
 HTML::Mason 1.31
 .


More information about the Rt-commit mailing list