Author: pgollucci
Date: Fri Sep  8 00:53:41 2006
New Revision: 441421

URL: http://svn.apache.org/viewvc?view=rev&rev=441421
Log:
okay, I'm sick of bumping this.  To prevent this test from failing
if a new CGI version comes out before the next mp release the min
version is set at 99.99.

When its actually fixed, then we can set the min version effectively.



Modified:
    perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t

Modified: perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t?view=diff&rev=441421&r1=441420&r2=441421
==============================================================================
--- perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t (original)
+++ perl/modperl/trunk/ModPerl-Registry/t/fatalstobrowser.t Fri Sep  8 00:53:41 
2006
@@ -12,7 +12,7 @@
 
 plan tests => 4, need need_module(qw(alias)),
                       need_cgi,
-                      need_min_module_version CGI => 3.22,
+                      need_min_module_version CGI => 99.99,
                       skip_reason('fatalsToBrowser known not to work');
 
 my $file = catfile(Apache::Test::vars('serverroot'),


Reply via email to