From 0b3e1490d5b92eee33c524f41570d9502ba719e9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Apr 2021 22:02:19 +0000 Subject: Correct minimum Perl version (5.10.0) --- lib/Apache/Inject.pm | 2 +- lib/Apache/Inject/Handler.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Apache') 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/; -- cgit v1.2.3