From de5adf1e6475d08d08692eee1a38ce69649dc76e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 13 Jun 2015 13:17:08 +0300 Subject: [PATCH] Fix for 2.4 --- lib/Apache2/Authen/Passphrase.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Apache2/Authen/Passphrase.pm b/lib/Apache2/Authen/Passphrase.pm index ae8d01c..2d1a791 100644 --- a/lib/Apache2/Authen/Passphrase.pm +++ b/lib/Apache2/Authen/Passphrase.pm @@ -14,6 +14,7 @@ use constant INVALID_USER => "invalid-user\n"; use constant BAD_PASSWORD => "bad-password\n"; use if $ENV{MOD_PERL}, 'Apache2::RequestRec'; +use if $ENV{MOD_PERL}, 'Apache2::RequestUtil'; use if $ENV{MOD_PERL}, 'Apache2::Access'; use if $ENV{MOD_PERL}, 'Apache2::Const' => qw/OK HTTP_UNAUTHORIZED/; use Authen::Passphrase; -- 2.30.2