geoff       2003/09/18 11:24:25

  Modified:    lib/Apache Build.pm
  Log:
  fix for change in MakeMaker 6.17 that exposed problems on our side.
  Obtained from: Michael Schwern
  
  Revision  Changes    Path
  1.147     +1 -0      modperl-2.0/lib/Apache/Build.pm
  
  Index: Build.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Build.pm,v
  retrieving revision 1.146
  retrieving revision 1.147
  diff -u -r1.146 -r1.147
  --- Build.pm  12 Sep 2003 18:11:04 -0000      1.146
  +++ Build.pm  18 Sep 2003 18:24:24 -0000      1.147
  @@ -1072,6 +1072,7 @@
   
       require ExtUtils::MakeMaker;
       my $mm = bless { @mm_init_vars }, 'MM';
  +    $mm->init_main;
       $mm->init_others;
   
       for (qw(rm_f mv ld ar cp test_f)) {
  
  
  

Reply via email to