perl-namespace-autoclean: fix tests.

Closes #9423.
This commit is contained in:
maxice8 2017-11-21 16:31:49 -02:00 committed by Enno Boland
parent 2d935b4123
commit 6148d7ce04

View file

@ -6,8 +6,9 @@ noarch=yes
wrksrc="${pkgname/perl-/}-${version}" wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends} perl-Sub-Identify perl-namespace-clean perl-B-Hooks-EndOfScope"
depends="perl perl-Sub-Identify perl-namespace-clean perl-B-Hooks-EndOfScope" checkdepends="perl-Test-Requires"
depends="${makedepends}"
short_desc="Keep imports out of your namespace" short_desc="Keep imports out of your namespace"
maintainer="newbluemoon <blaumolch@mailbox.org>" maintainer="newbluemoon <blaumolch@mailbox.org>"
homepage="http://search.cpan.org/dist/namespace-autoclean" homepage="http://search.cpan.org/dist/namespace-autoclean"