summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-02-22 17:50:22 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-02-22 17:50:22 +0200
commit8147f2b3c96bc6b387f0aa5a7d195de233215484 (patch)
tree98eff6e589efbe453a64c7453de341f3e0145200
parentbf4f26efaccc0d5e44948d66457f8b8b4d3907d6 (diff)
downloadapache-defaults-8147f2b3c96bc6b387f0aa5a7d195de233215484.tar.gz
apache-defaults-8147f2b3c96bc6b387f0aa5a7d195de233215484.tar.bz2
Update Makefile.PL
-rw-r--r--Makefile.PL26
-rw-r--r--t/MockHttpd.pm1
2 files changed, 22 insertions, 5 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 638b823..9918d74 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,9 +8,27 @@ WriteMakefile(NAME => 'Apache::Defaults',
LICENSE => 'lgpl_2_1',
ABSTRACT_FROM => 'lib/Apache/Defaults.pm',
PREREQ_PM => {
- 'File::Spec' => 0,
- 'IPC::Open3' => 0,
- 'Shell::GetEnv' => 0,
- 'DateTime::Format::Strptime' => 0,
+ 'File::Spec' => '3.40',
+ 'IPC::Open3' => '1.13',
+ 'Shell::GetEnv' => '0.10',
+ 'DateTime::Format::Strptime' => '1.54',
+ 'Text::ParseWords' => '3.28'
+ },
+ TEST_REQUIRES => {
+ 'Test' => 0,
+ 'File::Temp' => '0.23',
+ },
+ MIN_PERL_VERSION => 5.014002,
+ META_MERGE => {
+ 'meta-spec' => { version => 2},
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'git://git.gnu.org.ua/apache-defaults.git',
+ web => 'http://git.gnu.org.ua/cgit/apache-defaults.git'
+ },
+ },
+ provides => Module::Metadata->provides(version => '1.4',
+ dir => 'lib')
}
);
diff --git a/t/MockHttpd.pm b/t/MockHttpd.pm
index 1d75926..2fcff6d 100644
--- a/t/MockHttpd.pm
+++ b/t/MockHttpd.pm
@@ -1,7 +1,6 @@
package MockHttpd;
use strict;
use warnings;
-use Data::Dumper;
unless (caller) {
my $arg = shift @ARGV;

Return to:

Send suggestions and report system problems to the System administrator.