8
0

- Add /srv/www to filelist [bsc#1231027]

OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_perl?expand=0&rev=86
This commit is contained in:
2024-09-30 06:07:26 +00:00
committed by Git OBS Bridge
commit 8f13c3337d
9 changed files with 1649 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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
@@ -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';