perl-Module-Runtime: add missing optional checkdepends.

Closes #9412.
This commit is contained in:
maxice8 2017-11-21 10:28:14 -02:00 committed by Enno Boland
parent 386dd4a5f4
commit a949c6bbc9

View file

@ -6,6 +6,7 @@ wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-ModuleBuild
hostmakedepends="perl perl-Module-Build"
makedepends="${hostmakedepends}"
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage"
depends="perl"
short_desc="Perl - Runtime module handling"
noarch=yes