stas        2004/08/14 17:17:46

  Modified:    .        Makefile.PL
  Log:
  Apache 2.0.47 or higher is now required
  
  Revision  Changes    Path
  1.154     +1 -1      modperl-2.0/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Makefile.PL,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -u -r1.153 -r1.154
  --- Makefile.PL       6 Aug 2004 19:35:34 -0000       1.153
  +++ Makefile.PL       15 Aug 2004 00:17:46 -0000      1.154
  @@ -6,7 +6,7 @@
   # directly or via the top level Makefile.PL
   $ENV{MOD_PERL_2_BUILD} = 1;
   
  -my $min_httpd_version = '2.0.46';
  +my $min_httpd_version = '2.0.47';
   my $min_httpd_version_static = '2.0.51';
   
   my($old_modperl_version, $old_modperl_pm);
  
  
  

Reply via email to