summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index ac6956b1b..81aae301e 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -7,6 +7,8 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::ModPerl;
+
+use 5.10.1;
use strict;
use warnings;
@@ -107,7 +109,10 @@ foreach my $file (glob "$cgi_path/*.cgi") {
}
package Bugzilla::ModPerl::ResponseHandler;
+
+use 5.10.1;
use strict;
+
use base qw(ModPerl::Registry);
use Bugzilla;
@@ -132,7 +137,10 @@ sub handler : method {
package Bugzilla::ModPerl::CleanupHandler;
+
+use 5.10.1;
use strict;
+
use Apache2::Const -compile => qw(OK);
sub handler {