You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2003/12/19 07:32:28 UTC

cvs commit: modperl-2.0/ModPerl-Registry/lib/ModPerl RegistryCooker.pm

stas        2003/12/18 22:32:28

  Modified:    ModPerl-Registry/lib/ModPerl RegistryCooker.pm
  Log:
  remove devel kraft
  
  Revision  Changes    Path
  1.40      +0 -3      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.39
  retrieving revision 1.40
  diff -u -u -r1.39 -r1.40
  --- RegistryCooker.pm	19 Dec 2003 02:25:43 -0000	1.39
  +++ RegistryCooker.pm	19 Dec 2003 06:32:28 -0000	1.40
  @@ -10,9 +10,6 @@
   use strict;
   use warnings FATAL => 'all';
   
  -# we try to develop so we reload ourselves without die'ing on the warning
  -no warnings qw(redefine); # XXX, this should go away in production!
  -
   our $VERSION = '1.99';
   
   use Apache::Response ();