You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/04/01 13:48:29 UTC

cvs commit: apache-1.3/src/support apxs.pl

rse         98/04/01 03:48:29

  Modified:    src/support  apxs.pl
  Log:
  Perl 5.003 should work, too. Because apxs.pl uses "my" only as stand-alone and
  not inside any control structure (only in Perl 5.004). But a lot of systems
  have Perl 5.003 or 5.003_XX installed.
  
  Revision  Changes    Path
  1.2       +1 -1      apache-1.3/src/support/apxs.pl
  
  Index: apxs.pl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/apxs.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apxs.pl	1998/03/31 15:46:17	1.1
  +++ apxs.pl	1998/04/01 11:48:28	1.2
  @@ -60,7 +60,7 @@
   ##  Written by Ralf S. Engelschall <rs...@apache.org>
   ##
   
  -require 5.004;
  +require 5.003;
   use strict;
   package apxs;