stas        2002/06/30 21:55:42

  Modified:    lib/Apache compat.pm
  Log:
  enable warnings
  
  Revision  Changes    Path
  1.63      +1 -0      modperl-2.0/lib/Apache/compat.pm
  
  Index: compat.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- compat.pm 1 Jul 2002 04:54:09 -0000       1.62
  +++ compat.pm 1 Jul 2002 04:55:42 -0000       1.63
  @@ -1,6 +1,7 @@
   package Apache::compat;
   
   use strict;
  +use warnings FATAL => 'all';
   
   #1.xx compat layer
   #some of this will stay as-is
  
  
  


Reply via email to