stas        2002/07/30 11:27:17

  Modified:    ModPerl-Registry/lib/ModPerl RegistryCooker.pm
  Log:
  the switch callback function must return a defined value
  
  Revision  Changes    Path
  1.10      +2 -1      modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
  
  Index: RegistryCooker.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- RegistryCooker.pm 30 Jul 2002 09:44:03 -0000      1.9
  +++ RegistryCooker.pm 30 Jul 2002 18:27:16 -0000      1.10
  @@ -528,7 +528,8 @@
   # XXX: need to have $Apache::__T set by the core on PerlSwitches -T
   #       Apache::warn("T switch is ignored, ",
   #                    "enable with 'PerlSwitches -T' in httpd.conf\n")
  -#             unless $Apache::__T; "";
  +#             unless $Apache::__T; 
  +       "";
      },
      'w' => sub { "use warnings;\n" },
   );
  
  
  


Reply via email to