dougm 01/05/04 12:46:30
Modified: lib/Apache compat.pm
Log:
need to use APR::Table for $r->content
Revision Changes Path
1.8 +1 -0 modperl-2.0/lib/Apache/compat.pm
Index: compat.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- compat.pm 2001/05/04 19:04:11 1.7
+++ compat.pm 2001/05/04 19:46:26 1.8
@@ -22,6 +22,7 @@
use Apache::Access ();
use Apache::RequestIO ();
use Apache::RequestUtil ();
+use APR::Table ();
use mod_perl ();
BEGIN {