2022-04-21 15:48:27 +00:00
|
|
|
Index: mod_perl-2.0.12/Apache-Test/lib/Apache/TestRequest.pm
|
|
|
|
===================================================================
|
|
|
|
--- mod_perl-2.0.12.orig/Apache-Test/lib/Apache/TestRequest.pm
|
|
|
|
+++ mod_perl-2.0.12/Apache-Test/lib/Apache/TestRequest.pm
|
2013-08-07 19:15:30 +00:00
|
|
|
@@ -43,7 +43,8 @@ unless ($ENV{APACHE_TEST_PRETEND_NO_LWP}
|
|
|
|
require HTTP::Request::Common;
|
|
|
|
|
|
|
|
unless (defined &HTTP::Request::Common::OPTIONS) {
|
|
|
|
- package HTTP::Request::Common;
|
|
|
|
+ package
|
|
|
|
+ HTTP::Request::Common;
|
|
|
|
no strict 'vars';
|
|
|
|
*OPTIONS = sub { _simple_req(OPTIONS => @_) };
|
|
|
|
push @EXPORT, 'OPTIONS';
|