From 386dd4a5f4cb8cc7b0ce959675b645c28d042187 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 21 Nov 2017 10:16:10 -0200 Subject: [PATCH] perl-Module-Implementation: fix tests. Closes #9412. --- srcpkgs/perl-Module-Implementation/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 "