dougm       2002/06/29 12:44:04

  Modified:    .        Makefile.PL
  Log:
  now that APLOG_TOCLIENT is #ifdef-ed, allow compilation with 2.0.35
  
  Revision  Changes    Path
  1.87      +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- Makefile.PL       23 Jun 2002 21:46:09 -0000      1.86
  +++ Makefile.PL       29 Jun 2002 19:44:04 -0000      1.87
  @@ -2,7 +2,7 @@
   use strict;
   use warnings FATAL => 'all';
   
  -my $min_httpd_version = '2.0.36';
  +my $min_httpd_version = '2.0.35';
   
   my($old_modperl_version, $old_modperl_pm);
   
  
  
  


Reply via email to