stas        2003/05/27 18:48:47

  Modified:    ModPerl-Registry/t cgi.t
  Log:
  CGI 2.87 or higher is required
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-2.0/ModPerl-Registry/t/cgi.t
  
  Index: cgi.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/cgi.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cgi.t     7 Apr 2003 07:55:40 -0000       1.1
  +++ cgi.t     28 May 2003 01:48:47 -0000      1.2
  @@ -5,7 +5,7 @@
   use Apache::TestUtil;
   use Apache::TestRequest qw(GET);
   
  -plan tests => 2;
  +plan tests => 2, have_min_module_version CGI => 2.87;
   
   my $url = "/registry/cgi.pl";
   my $res = GET $url;
  
  
  

Reply via email to