aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-09-11 14:37:23 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-09-11 14:41:48 +0300
commitda90b094e7973bc4b7dedcd5cad086dc1d7a8fee (patch)
treef19efa8c78e2c4a0ee6cf6e37d1a55f24c7919bf /Makefile.PL
parentadf16c29939378f3eaa716239da53bb7e3ef6283 (diff)
downloadacmeman-da90b094e7973bc4b7dedcd5cad086dc1d7a8fee.tar.gz
acmeman-da90b094e7973bc4b7dedcd5cad086dc1d7a8fee.tar.bz2
Bugfixes.v2.01
* Changes: Update * Makefile.PL: Require Config::Parser. * lib/App/Acmeman.pm: Implement the --version option. * lib/App/Acmeman/Source/Apache.pm (scan): Set core.postrenew from layout, if it is not set explicitly. * lib/App/Acmeman/Source/File.pm (scan): Fix inverted logic (load returns false on error.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0d093a8..f7195d4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,7 +33,8 @@ my %makefile_args = (
'Socket' => 0,
'Sys::Hostname' => 1.16,
'Apache::Defaults' => 1.02,
- 'Apache::Config::Preproc' => 1.03
+ 'Apache::Config::Preproc' => 1.03,
+ 'Config::Parser' => 1.03
},
MIN_PERL_VERSION => 5.016001,
META_MERGE => {

Return to:

Send suggestions and report system problems to the System administrator.