diff --git a/srcpkgs/perl-Module-Implementation/template b/srcpkgs/perl-Module-Implementation/template index d7953c8c39f..a89d6a0cc7c 100644 --- a/srcpkgs/perl-Module-Implementation/template +++ b/srcpkgs/perl-Module-Implementation/template @@ -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 "