dougm       02/04/06 08:15:18

  Modified:    .        Makefile.PL
  Log:
  get "make manifest" working with both 5.6.x and 5.7.x+
  
  Revision  Changes    Path
  1.67      +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- Makefile.PL       6 Apr 2002 16:11:56 -0000       1.66
  +++ Makefile.PL       6 Apr 2002 16:15:18 -0000       1.67
  @@ -399,7 +399,7 @@
       my $self = shift;
       my $str = $self->MM::dist_basics;
   
  -    $str =~ s/\"-MExtUtils(::Manifest=mkmanifest)/-Ilib \"-MModPerl$1/;
  +    $str =~ s/(\"?)-MExtUtils(::Manifest=mkmanifest)/-Ilib $1-MModPerl$2/;
   
       $str;
   }
  
  
  


Reply via email to