perl-Module-Implementation: fix tests.

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

View file

@ -5,8 +5,9 @@ revision=1
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="perl perl-Module-Runtime perl-Try-Tiny"
makedepends="${hostmakedepends} perl-Module-Runtime perl-Try-Tiny"
checkdepends="perl-Test-Fatal perl-Test-Requires"
depends="${makedepends}"
short_desc="Loads one of several implementations for a module"
noarch="yes"
maintainer="John Regan <john@jrjrtech.com>"