aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Apache/Inject.pm2
-rw-r--r--lib/Apache/Inject/Handler.pm1
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bebfcbc..6a635dd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-use 5.008000;
+use 5.010000;
use ExtUtils::MakeMaker 6.64;
diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm
index 83870bd..38aae8e 100644
--- a/lib/Apache/Inject.pm
+++ b/lib/Apache/Inject.pm
@@ -1,6 +1,6 @@
package Apache::Inject;
-use 5.008000;
+use 5.010000;
use strict;
our $VERSION = '0.01';
diff --git a/lib/Apache/Inject/Handler.pm b/lib/Apache/Inject/Handler.pm
index b1e6319..af93392 100644
--- a/lib/Apache/Inject/Handler.pm
+++ b/lib/Apache/Inject/Handler.pm
@@ -1,5 +1,6 @@
package Apache::Inject::Handler;
+use 5.010000;
use strict;
use Apache2::Const qw/OK DECLINED/;