Author: joes
Date: Thu Apr 28 07:32:02 2005
New Revision: 165147
URL: http://svn.apache.org/viewcvs?rev=165147&view=rev
Log:
Time to fix args().
Modified:
httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm
Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm?rev=165147&r1=165146&r2=165147&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm Thu Apr 28 07:32:02 2005
@@ -1,6 +1,6 @@
package Apache2::Request;
use APR::Request::Param;
-use APR::Request::Apache2 qw/args/; # XXX the args() override here is a bug.
+use APR::Request::Apache2;
use Apache2::RequestRec;
push our @ISA, qw/Apache2::RequestRec APR::Request::Apache2/;
our $VERSION = "2.05-dev";