summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index c61ad4629..873cf26b6 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -8,7 +8,7 @@
package Bugzilla::ModPerl;
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
@@ -115,7 +115,7 @@ foreach my $file (glob "$cgi_path/*.cgi") {
package Bugzilla::ModPerl::ResponseHandler;
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;
@@ -152,7 +152,7 @@ sub handler : method {
package Bugzilla::ModPerl::CleanupHandler;
-use 5.10.1;
+use 5.14.0;
use strict;
use warnings;