You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2002/07/11 07:18:50 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache Test.pm

stas        2002/07/10 22:18:50

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  adjust for perl5.8.0-RC3 changes, s|PerlIO/Scalar|PerlIO/scalar|
  
  Revision  Changes    Path
  1.47      +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.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- Test.pm	19 May 2002 07:57:33 -0000	1.46
  +++ Test.pm	11 Jul 2002 05:18:49 -0000	1.47
  @@ -224,7 +224,7 @@
       if (my $ext = $Config{extensions}) {
           #XXX: better test?  might need to test patchlevel
           #if support depends bugs fixed in bleedperl
  -        return $ext =~ m:PerlIO/Scalar:;
  +        return $ext =~ m:PerlIO/scalar:;
       }
       0;
   }