stas        2003/02/04 15:52:37

  Modified:    t/filter/TestFilter both_str_con_add.pm
  Log:
  missing use Apache::Filter ();
  
  Revision  Changes    Path
  1.3       +1 -0      modperl-2.0/t/filter/TestFilter/both_str_con_add.pm
  
  Index: both_str_con_add.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/both_str_con_add.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- both_str_con_add.pm       25 Jan 2003 03:08:05 -0000      1.2
  +++ both_str_con_add.pm       4 Feb 2003 23:52:37 -0000       1.3
  @@ -7,6 +7,7 @@
   use warnings FATAL => 'all';
   
   use Apache::Connection ();
  +use Apache::Filter ();
   use APR::Bucket ();
   use APR::Brigade ();
   use APR::Util ();
  
  
  


Reply via email to