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 2004/11/12 21:02:44 UTC

cvs commit: modperl-2.0/t/response/TestAPI request_rec.pm

stas        2004/11/12 12:02:44

  Modified:    t/response/TestAPI request_rec.pm
  Log:
  restore use warnings FATAL => 'all';
  
  Revision  Changes    Path
  1.33      +1 -1      modperl-2.0/t/response/TestAPI/request_rec.pm
  
  Index: request_rec.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/request_rec.pm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -u -r1.32 -r1.33
  --- request_rec.pm	12 Nov 2004 19:58:10 -0000	1.32
  +++ request_rec.pm	12 Nov 2004 20:02:44 -0000	1.33
  @@ -1,7 +1,7 @@
   package TestAPI::request_rec;
   
   use strict;
  -use warnings;# FATAL => 'all';
  +use warnings FATAL => 'all';
   
   use Apache::Test;
   use Apache::TestUtil;