X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/9ec2f267283338120825c68facb174496a4819b9..1dd113c913fed66850297163930ce0b6e6915dc2:/PLP/Apache.pm diff --git a/PLP/Apache.pm b/PLP/Apache.pm index b174486..835f2b4 100644 --- a/PLP/Apache.pm +++ b/PLP/Apache.pm @@ -16,6 +16,9 @@ BEGIN { require Apache2::RequestRec; require Apache2::RequestUtil; require Apache2::RequestIO; + Apache2::Const->import(-compile => qw( + HTTP_NOT_FOUND HTTP_FORBIDDEN OK + )); } else { require Apache::Constants; }