Skip to content

Commit 2ff7e92

Browse files
Explicitly require LWP::Protocol::http
This should resolve `Attempt to reload LWP/Protocol/http.pm aborted.` on the apache authorization mod_perl script. [ci skip]
1 parent db76001 commit 2ff7e92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extra/Apache/OpenProjectAuthentication.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ use APR::Table ();
1616

1717
use HTTP::Request::Common qw(POST);
1818
use LWP::UserAgent;
19+
use LWP::Protocol::http;
20+
1921

2022
# use Apache2::Directive qw();
2123

0 commit comments

Comments
 (0)