perl-Class-Load: fix tests

This commit is contained in:
Alessio Sergi 2018-06-11 12:49:07 +02:00
parent 8b10304b0a
commit e28e00907f

View file

@ -6,9 +6,10 @@ noarch=yes
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl perl-Data-OptList perl-Module-Implementation perl-Module-Runtime perl-Package-Stash perl-Try-Tiny"
makedepends="perl-Data-OptList perl-Module-Implementation
perl-Module-Runtime perl-Package-Stash perl-Try-Tiny"
depends="$depends"
checkdepends="perl-Test-Fatal perl-Test-Needs"
checkdepends="perl-Test-Fatal perl-Test-Needs perl-Test-Without-Module"
short_desc="Load and check for loaded modules"
maintainer="John Regan <john@jrjrtech.com>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"