aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-10-27 21:42:01 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-10-28 03:58:19 +0200
commit733cc4983c7789d76892a04e5d3e05ac05ae43d6 (patch)
treeca62e84dfa1709af7288896d15acaeed5b6bb0c4
parent0d661c1f6945f3f6742d743f13d6650f3f659c0c (diff)
downloadperl-URPM-733cc4983c7789d76892a04e5d3e05ac05ae43d6.tar
perl-URPM-733cc4983c7789d76892a04e5d3e05ac05ae43d6.tar.gz
perl-URPM-733cc4983c7789d76892a04e5d3e05ac05ae43d6.tar.bz2
perl-URPM-733cc4983c7789d76892a04e5d3e05ac05ae43d6.tar.xz
perl-URPM-733cc4983c7789d76892a04e5d3e05ac05ae43d6.zip
we need Test::Pod
-rwxr-xr-xMakefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 1b88c3f..ccbe928 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,6 +48,9 @@ WriteMakefile(
PREREQ_PM => {
'MDV::Packdrakeng' => '1.00', # for URPM::Build
},
+ 'TEST_REQUIRES' => {
+ 'Test::Pod' => '1.00',
+ },
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {