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);

Reply via email to