aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 846d342..43555f8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,7 +8,7 @@ use ExtUtils::MakeMaker;
my %makefile_args = (
NAME => 'App::Acmeman',
ABSTRACT_FROM => 'acmeman',
- VERSION_FROM => 'acmeman',
+ VERSION_FROM => 'lib/App/Acmeman.pm',
AUTHOR => 'Sergey Poznyakoff <gray@gnu.org>',
LICENSE => 'gpl_3',
EXE_FILES => [ 'acmeman' ],
@@ -36,8 +36,7 @@ my %makefile_args = (
'Apache::Defaults' => 1.02,
'Apache::Config::Preproc' => 1.03
},
-
- MIN_PERL_VERSION => 5.006,
+ MIN_PERL_VERSION => 5.016001,
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {

Return to:

Send suggestions and report system problems to the System administrator.