diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-27 21:42:01 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-28 03:58:19 +0200 |
commit | 733cc4983c7789d76892a04e5d3e05ac05ae43d6 (patch) | |
tree | ca62e84dfa1709af7288896d15acaeed5b6bb0c4 /Makefile.PL | |
parent | 0d661c1f6945f3f6742d743f13d6650f3f659c0c (diff) | |
download | perl-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
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 3 |
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 => { |