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...@apache.org on 2001/04/10 03:57:54 UTC

cvs commit: modperl-2.0/lib/ModPerl MM.pm

dougm       01/04/09 18:57:54

  Modified:    lib/ModPerl MM.pm
  Log:
  ModPerl::MM needs to use Apache::Build; for 'make install'
  Submitted by: Rudy <ru...@monkeybrains.net>
  Reviewed by: dougm
  
  Revision  Changes    Path
  1.9       +1 -0      modperl-2.0/lib/ModPerl/MM.pm
  
  Index: MM.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/MM.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- MM.pm	2001/04/04 05:41:06	1.8
  +++ MM.pm	2001/04/10 01:57:54	1.9
  @@ -5,6 +5,7 @@
   use ExtUtils::MakeMaker ();
   use ExtUtils::Install ();
   use Cwd ();
  +use Apache::Build ();
   
   #to override MakeMaker MOD_INSTALL macro
   sub mod_install {