Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@www.apache.org Received: (qmail 36875 invoked from network); 28 Apr 2005 14:32:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Apr 2005 14:32:20 -0000 Received: (qmail 35511 invoked by uid 500); 28 Apr 2005 14:33:14 -0000 Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 35475 invoked by uid 500); 28 Apr 2005 14:33:13 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: apreq-dev@httpd.apache.org List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 35332 invoked by uid 99); 28 Apr 2005 14:33:12 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 28 Apr 2005 07:33:12 -0700 Received: (qmail 36665 invoked by uid 65534); 28 Apr 2005 14:32:03 -0000 Message-ID: <20050428143203.36664.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r165147 - /httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm Date: Thu, 28 Apr 2005 14:32:02 -0000 To: apreq-cvs@httpd.apache.org From: joes@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: joes Date: Thu Apr 28 07:32:02 2005 New Revision: 165147 URL: http://svn.apache.org/viewcvs?rev=3D165147&view=3Drev 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=3D165147&r1=3D165146&r2=3D165147&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- 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 bu= g=2E +use APR::Request::Apache2; use Apache2::RequestRec; push our @ISA, qw/Apache2::RequestRec APR::Request::Apache2/; our $VERSION =3D "2.05-dev";