dougm       01/10/17 10:38:07

  Modified:    .        Makefile.PL
  Log:
  undo undo of explicit DIR in WriteMakefile; problem seems to have gone away
  
  Revision  Changes    Path
  1.45      +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- Makefile.PL       2001/10/15 16:50:47     1.44
  +++ Makefile.PL       2001/10/17 17:38:07     1.45
  @@ -27,7 +27,7 @@
   ModPerl::MM::WriteMakefile(
       NAME => 'mod_perl',
       VERSION => $VERSION,
  -#    DIR     => get_dirs_with_makefile(@remote_makefile_dirs),
  +    DIR     => get_dirs_with_makefile(@remote_makefile_dirs),
       macro => {
           MODPERL_SRC   => $code->path,
           PERL          => $build->perl_config('perlpath'),
  
  
  


Reply via email to