From: Don Armstrong Date: Thu, 2 Nov 2017 18:59:00 +0000 (-0700) Subject: import Apache2::Const::REDIRECT X-Git-Tag: debian/1.0.2-5^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=deb_pkgs%2Flibapache-gallery-perl.git import Apache2::Const::REDIRECT --- diff --git a/lib/Apache/Gallery.pm b/lib/Apache/Gallery.pm index aa60b7a..99eb423 100644 --- a/lib/Apache/Gallery.pm +++ b/lib/Apache/Gallery.pm @@ -25,7 +25,8 @@ BEGIN { require Apache2::SubRequest; require Apache2::Const; - Apache2::Const->import(-compile => 'OK','DECLINED','FORBIDDEN','NOT_FOUND','HTTP_NOT_MODIFIED'); + Apache2::Const->import(-compile => 'OK','DECLINED','FORBIDDEN', + 'NOT_FOUND','HTTP_NOT_MODIFIED', 'REDIRECT'); $::MP2 = 1; } else {