aboutsummaryrefslogtreecommitdiff
path: root/lib/Apache/Inject/Handler.pm
diff options
context:
space:
mode:
authorroot <root@rbsd.ankarstrom.se>2021-04-24 22:02:19 +0000
committerroot <root@rbsd.ankarstrom.se>2021-04-24 22:02:19 +0000
commit0b3e1490d5b92eee33c524f41570d9502ba719e9 (patch)
tree1fbd2d48e6e786672740f2362b7a4a2ea6ac5d3b /lib/Apache/Inject/Handler.pm
parent5fa32351183ea8ff7d8bca2cd344cb1eb60b6303 (diff)
downloadApache-Inject-0b3e1490d5b92eee33c524f41570d9502ba719e9.tar.gz
Correct minimum Perl version (5.10.0)
Diffstat (limited to 'lib/Apache/Inject/Handler.pm')
-rw-r--r--lib/Apache/Inject/Handler.pm1
1 files changed, 1 insertions, 0 deletions
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/;