stas        2004/01/29 10:46:24

  Modified:    t/response/TestModperl printf.pm
  Log:
  cleanup
  
  Revision  Changes    Path
  1.4       +1 -1      modperl-2.0/t/response/TestModperl/printf.pm
  
  Index: printf.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestModperl/printf.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- printf.pm 29 Jan 2004 10:46:40 -0000      1.3
  +++ printf.pm 29 Jan 2004 18:46:24 -0000      1.4
  @@ -7,7 +7,7 @@
   use Apache::RequestRec ();
   use APR::Table ();
   
  -use Apache::Const -compile => qw(OK LOG_ERR);
  +use Apache::Const -compile => qw(OK);
   
   sub handler {
       my $r = shift;
  
  
  

Reply via email to