jorton      2004/10/20 06:42:07

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  Add the need_php4 export.
  
  Revision  Changes    Path
  1.106     +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
  
  Index: Test.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -d -w -u -r1.105 -r1.106
  --- Test.pm   20 Oct 2004 13:38:15 -0000      1.105
  +++ Test.pm   20 Oct 2004 13:42:07 -0000      1.106
  @@ -27,7 +27,7 @@
                 need_module need_apache need_min_apache_version
                 need_apache_version need_perl need_min_perl_version
                 need_min_module_version need_threads need_apache_mpm
  -              need_php need_ssl);
  +              need_php need_php4 need_ssl);
   
   my @have = map { (my $need = $_) =~ s/need/have/; $need } @need;
   
  
  
  

Reply via email to