You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/08/03 12:08:29 UTC

svn commit: r428299 - /httpd/apreq/trunk/glue/perl/t/response/TestApReq/cookie.pm

Author: pgollucci
Date: Thu Aug  3 03:08:27 2006
New Revision: 428299

URL: http://svn.apache.org/viewvc?rev=428299&view=rev
Log:
o don't import anything
o Apache2::Connection isn't needed here


Modified:
    httpd/apreq/trunk/glue/perl/t/response/TestApReq/cookie.pm

Modified: httpd/apreq/trunk/glue/perl/t/response/TestApReq/cookie.pm
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/t/response/TestApReq/cookie.pm?rev=428299&r1=428298&r2=428299&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/t/response/TestApReq/cookie.pm (original)
+++ httpd/apreq/trunk/glue/perl/t/response/TestApReq/cookie.pm Thu Aug  3 03:08:27 2006
@@ -3,9 +3,8 @@
 use strict;
 use warnings FATAL => 'all';
 
-use Apache2::RequestIO;
-use Apache2::RequestRec;
-use Apache2::Connection;
+use Apache2::RequestIO ();
+use Apache2::RequestRec ();
 
 use Apache2::Cookie ();
 use Apache2::Request ();