perl-Module-Find: add opt checkdepends.

Closes #9510.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2017-11-24 17:08:12 -02:00 committed by Enno Boland
parent 0976cbb3f1
commit 519710c49c

View file

@ -6,6 +6,7 @@ wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage perl-Test-CPAN-Meta"
depends="${makedepends}"
noarch="yes"
short_desc="Module::Find - Find and use installed modules in a (sub)category"