summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 81e815b..d9cc6e8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,13 +6,13 @@ use Module::Metadata;
WriteMakefile(
NAME => 'Config::HAProxy',
VERSION_FROM => 'lib/Config/HAProxy.pm',
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,
'Text::Locus' => 1.00,
'Text::ParseWords' => 0,
'File::Basename' => 0,

Return to:

Send suggestions and report system problems to the System administrator.