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/04/08 01:42:27 UTC

cvs commit: modperl-2.0/t/protocol/TestProtocol echo_filter.pm

stas        2004/04/07 16:42:27

  Modified:    t/protocol/TestProtocol echo_filter.pm
  Log:
  forgot to load Apache::Filter
  
  Revision  Changes    Path
  1.8       +1 -0      modperl-2.0/t/protocol/TestProtocol/echo_filter.pm
  
  Index: echo_filter.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/protocol/TestProtocol/echo_filter.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- echo_filter.pm	19 Dec 2003 07:06:31 -0000	1.7
  +++ echo_filter.pm	7 Apr 2004 23:42:27 -0000	1.8
  @@ -7,6 +7,7 @@
   use APR::Bucket ();
   use APR::Brigade ();
   use APR::Util ();
  +use Apache::Filter ();
   
   use APR::Const -compile => qw(SUCCESS EOF);
   use Apache::Const -compile => qw(OK MODE_GETLINE);