aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-08-26 13:43:13 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-08-26 13:57:25 +0300
commitd9d63339f7df96d7dfcdbd11edbe996359b5813e (patch)
treecce58ed960a40e05850a3eb7858d4be1b7f0f3ed /Makefile.PL
parent5d0c176c8f14151e54959bd898df69c82b5289c0 (diff)
downloadacmeman-d9d63339f7df96d7dfcdbd11edbe996359b5813e.tar.gz
acmeman-d9d63339f7df96d7dfcdbd11edbe996359b5813e.tar.bz2
Improve docs.
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.