You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2005/03/11 15:58:26 UTC

svn commit: r157089 - perl/modperl/branches/apache2-rename-unstable/ModPerl-Registry/t/cgi.t

Author: geoff
Date: Fri Mar 11 06:58:24 2005
New Revision: 157089

URL: http://svn.apache.org/viewcvs?view=rev&rev=157089
Log:
make CGI.pm 3.07 required for all CGI.pm-based tests
assuming, for the moment, that 3.07 will work once it
pops up

Modified:
    perl/modperl/branches/apache2-rename-unstable/ModPerl-Registry/t/cgi.t

Modified: perl/modperl/branches/apache2-rename-unstable/ModPerl-Registry/t/cgi.t
URL: http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/ModPerl-Registry/t/cgi.t?view=diff&r1=157088&r2=157089
==============================================================================
--- perl/modperl/branches/apache2-rename-unstable/ModPerl-Registry/t/cgi.t (original)
+++ perl/modperl/branches/apache2-rename-unstable/ModPerl-Registry/t/cgi.t Fri Mar 11 06:58:24 2005
@@ -5,7 +5,7 @@
 use Apache::TestUtil;
 use Apache::TestRequest qw(GET);
 
-plan tests => 2, need_min_module_version CGI => 2.87;
+plan tests => 2, need_min_module_version CGI => 3.07;
 
 my $url = "/registry/cgi.pl";
 my $res = GET $url;