Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@www.apache.org Received: (qmail 44626 invoked from network); 7 Dec 2004 05:32:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 05:32:46 -0000 Received: (qmail 69535 invoked by uid 500); 7 Dec 2004 05:32:45 -0000 Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 69498 invoked by uid 500); 7 Dec 2004 05:32:45 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 69484 invoked by uid 99); 7 Dec 2004 05:32:45 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,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; Mon, 06 Dec 2004 21:32:44 -0800 Received: (qmail 44597 invoked by uid 65534); 7 Dec 2004 05:32:43 -0000 Date: 7 Dec 2004 05:32:43 -0000 Message-ID: <20041207053243.44593.qmail@minotaur.apache.org> From: stas@apache.org To: test-cvs@httpd.apache.org Subject: svn commit: r110083 - /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: stas Date: Mon Dec 6 21:32:43 2004 New Revision: 110083 URL: http://svn.apache.org/viewcvs?view=rev&rev=110083 Log: simplify Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Modified: httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm?view=diff&rev=110083&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm&r1=110082&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm&r2=110083 ============================================================================== --- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm (original) +++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Mon Dec 6 21:32:43 2004 @@ -113,7 +113,7 @@ my $scheme = $opt->{scheme} || 'http'; my $path = $opt->{path} || module2path($module); - Apache::TestRequest::module($module); + module($module); my $config = Apache::Test::config(); my $hostport = hostport($config);