You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1999/06/11 07:25:49 UTC

cvs commit: modperl Makefile.PL

dougm       99/06/10 22:25:49

  Modified:    .        Makefile.PL
  Log:
  -w's
  
  Revision  Changes    Path
  1.128     +4 -4      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /export/home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -r1.127 -r1.128
  --- Makefile.PL	1999/06/07 01:52:51	1.127
  +++ Makefile.PL	1999/06/11 05:25:48	1.128
  @@ -928,7 +928,7 @@
       }
   
       #expand ./t to full path
  -    iedit "t/conf/httpd.conf", "s: \./t(\S*): $PWD/t\$1:";
  +    iedit "t/conf/httpd.conf", "s: \./t(\\S*): $PWD/t\$1:";
   
       for (qw(User Group)) {
   	iedit "t/conf/httpd.conf", "s/^$_ .*/$_ $$_/"; 
  @@ -976,9 +976,9 @@
       require "lib/mod_perl_hooks.pm";
       my @list = mod_perl::hooks();
       if ($Is_Cygwin) {
  -    @list == @mod_perl_hooks
  -    } else {
  -    @list == @mod_perl_hooks or die "Edit of lib/mod_perl_hooks.pm failed $!\n";
  +    } 
  +    else {
  +	@list == @mod_perl_hooks or die "Edit of lib/mod_perl_hooks.pm failed $!\n";
       }
   
       unlink "lib/mod_perl_hooks.pm~";