Fix for 2.4
[apache2-authen-passphrase.git] / lib / Apache2 / Authen / Passphrase.pm
index ae8d01c7d33b0fb99871c71aa86fa13fa71d477f..2d1a7917bd7362e384193cf83a24cba3955717ad 100644 (file)
@@ -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;
This page took 0.009178 seconds and 4 git commands to generate.