perl-Class-Load: fix tests
This commit is contained in:
parent
8b10304b0a
commit
e28e00907f
1 changed files with 3 additions and 2 deletions
|
@ -6,9 +6,10 @@ noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
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"
|
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"
|
short_desc="Load and check for loaded modules"
|
||||||
maintainer="John Regan <john@jrjrtech.com>"
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue