dougm       00/09/01 14:09:14

  Modified:    .        Makefile.PL Changes
  Log:
  Makefile.PL:post_initialize fix for win32
  
  Revision  Changes    Path
  1.165     +1 -1      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.164
  retrieving revision 1.165
  diff -u -r1.164 -r1.165
  --- Makefile.PL       2000/06/05 18:16:25     1.164
  +++ Makefile.PL       2000/09/01 21:09:12     1.165
  @@ -1432,7 +1432,7 @@
        $ap_inc = $ap_src = 'src'; #just install mod_perl headers
       }
   
  -    return unless -d $ap_src;
  +    return unless $ap_src and -d $ap_src;
   
       $My::self = $self;
       {
  
  
  
  1.514     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.513
  retrieving revision 1.514
  diff -u -r1.513 -r1.514
  --- Changes   2000/09/01 05:15:37     1.513
  +++ Changes   2000/09/01 21:09:12     1.514
  @@ -10,6 +10,9 @@
   
   =item 1.24_01-dev
   
  +Makefile.PL:post_initialize fix for win32, thanks to john sterling for 
  +the spot
  +
   fixes for ActivePerl [Gurusamy Sarathy <[EMAIL PROTECTED]>]
   
   change apaci/Makefile.tmpl and src/modules/perl/Makefile so Perl's
  
  
  

Reply via email to