stas        2002/11/16 18:54:04

  Modified:    src/docs/2.0/user/handlers filters.pod
  Log:
  need to load APR::Bucket before using its read() method
  
  Revision  Changes    Path
  1.3       +1 -0      modperl-docs/src/docs/2.0/user/handlers/filters.pod
  
  Index: filters.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/filters.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- filters.pod       12 Nov 2002 17:04:37 -0000      1.2
  +++ filters.pod       17 Nov 2002 02:54:04 -0000      1.3
  @@ -242,6 +242,7 @@
     use base qw(Apache::Filter);
     use Apache::FilterRec ();
     use APR::Brigade ();
  +  use APR::Bucket ();
     
     use Apache::Const -compile => qw(OK DECLINED);
     use APR::Const -compile => ':common';
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to