aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-01-20 11:56:57 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-01-20 11:56:57 +0200
commitd916c2d98c58099854df898b0c6b002303b657ae (patch)
treeb16bd1d4274dd216eef6d1e08dffa3e5ae928484
parent2dbd1f123e2c9dd5d81513ef0b2d6443bf5edde3 (diff)
downloadacmeman-d916c2d98c58099854df898b0c6b002303b657ae.tar.gz
acmeman-d916c2d98c58099854df898b0c6b002303b657ae.tar.bz2
Require File::BackupCopy
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ccc6a27..28bbee2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,7 +33,8 @@ my %makefile_args = (
'Sys::Hostname' => 1.16,
'Apache::Defaults' => 1.02,
'Apache::Config::Preproc' => 1.04,
- 'Config::Parser' => 1.03
+ 'Config::Parser' => 1.03,
+ 'File::BackupCopy' => 1.00
},
MIN_PERL_VERSION => 5.016001,
META_MERGE => {

Return to:

Send suggestions and report system problems to the System administrator.