randyk      2003/02/20 08:28:35

  Modified:    .        Makefile.PL
  Log:
  Reviewed by:  stas
  
  Enable PERL_DIRECTIVE_HANLDERS for Win32
  
  Revision  Changes    Path
  1.206     +1 -0      modperl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/modperl/Makefile.PL,v
  retrieving revision 1.205
  retrieving revision 1.206
  diff -u -r1.205 -r1.206
  --- Makefile.PL       23 Jan 2003 04:25:04 -0000      1.205
  +++ Makefile.PL       20 Feb 2003 16:28:35 -0000      1.206
  @@ -479,6 +479,7 @@
   
   if($Is_Win32) {
       $NO_HTTPD = 1;
  +    $PERL_DIRECTIVE_HANDLERS = 1;
   } 
   
   
  
  
  


Reply via email to