dougm       02/04/06 19:51:39

  Modified:    .        Makefile.PL
  Log:
  make sure Apache2.pm ends up in the right place for MP_INST_APACHE2=1
  
  Revision  Changes    Path
  1.74      +1 -0      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- Makefile.PL       7 Apr 2002 03:44:07 -0000       1.73
  +++ Makefile.PL       7 Apr 2002 03:51:39 -0000       1.74
  @@ -60,6 +60,7 @@
   
   local %ModPerl::MM::PM = (
       'lib/typemap' => 'blib/lib/Apache2/typemap',
  +    'lib/Apache2.pm' => 'blib/lib/Apache2.pm',
   );
   
   ModPerl::MM::WriteMakefile(
  
  
  


Reply via email to