stas        2003/02/02 16:24:22

  Modified:    t/response/TestApache subprocess.pm
  Log:
  it's 5.007, not 5.7
  
  Revision  Changes    Path
  1.12      +1 -1      modperl-2.0/t/response/TestApache/subprocess.pm
  
  Index: subprocess.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestApache/subprocess.pm,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- subprocess.pm     3 Feb 2003 00:19:58 -0000       1.11
  +++ subprocess.pm     3 Feb 2003 00:24:22 -0000       1.12
  @@ -12,7 +12,7 @@
   use Apache::Const -compile => 'OK';
   
   use Config;
  -use constant PERLIO_5_8_IS_ENABLED => $Config{useperlio} && $] > 5.7;
  +use constant PERLIO_5_8_IS_ENABLED => $Config{useperlio} && $] >= 5.007;
   
   my %scripts = (
        argv   => 'print STDOUT "@ARGV";',
  
  
  


Reply via email to