You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by go...@apache.org on 2005/06/07 23:30:17 UTC

svn commit: r189444 - /perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod

Author: gozer
Date: Tue Jun  7 14:30:16 2005
New Revision: 189444

URL: http://svn.apache.org/viewcvs?rev=189444&view=rev
Log:
Missing use statement in the All-in-one filter example
Reported-by: Matt Hahnfeld <ma...@everysoft.com>


Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod?rev=189444&r1=189443&r2=189444&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/handlers/filters.pod Tue Jun  7 14:30:16 2005
@@ -1220,6 +1220,8 @@
       return Apache2::Const::OK;
   }
   
+  use Apache2::Connection ();
+  
   use Apache2::Const -compile => qw(MODE_READBYTES);
   use APR::Const     -compile => qw(SUCCESS BLOCK_READ);
   



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org