You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Randy Kobes <ra...@theoryx5.uwinnipeg.ca> on 2004/07/04 22:17:52 UTC

[apreq-2] loading APR::Pool in request.pm

With the way glue/perl/t/response/TestApreq/request.pm
is written, I assume now it's not necessary to explicitly
use APR::Pool (as it was the way I had written it before)?
=========================================================
Index: glue/perl/t/response/TestApreq/request.pm
===================================================================
RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/response/TestApReq/request.pm,v
retrieving revision 1.19
diff -u -r1.19 request.pm
--- glue/perl/t/response/TestApreq/request.pm	4 Jul 2004 17:44:34 -0000	1.19
+++ glue/perl/t/response/TestApreq/request.pm	4 Jul 2004 19:42:07 -0000
@@ -8,7 +8,6 @@
 use Apache::Request ();
 use Apache::Connection;
 use Apache::Upload;
-use APR::Pool;
 use APR::PerlIO;

 sub handler {

============================================================
-- 
best regards,
randy