summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Config/HAProxy.pm3
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 81e815b..d9cc6e8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ WriteMakefile(
ABSTRACT_FROM => 'lib/Config/HAProxy.pm',
LICENSE => 'gpl_3',
AUTHOR => 'Sergey Poznyakoff <gray@gnu.org>',
- MIN_PERL_VERSION => 5.006,
+ MIN_PERL_VERSION => 5.010,
PREREQ_PM => {
'Carp' => 0,
'Clone' => 0,
diff --git a/lib/Config/HAProxy.pm b/lib/Config/HAProxy.pm
index f99bf33..74eafa4 100644
--- a/lib/Config/HAProxy.pm
+++ b/lib/Config/HAProxy.pm
@@ -1,4 +1,5 @@
package Config::HAProxy;
+use 5.010;
use strict;
use warnings;
use Text::Locus;
@@ -13,7 +14,7 @@ use File::Temp qw(tempfile);
use File::stat;
use Carp;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
my %sections = (
global => 1,

Return to:

Send suggestions and report system problems to the System administrator.