perl-namespace-clean: fix tests.

Closes #9424.
This commit is contained in:
maxice8 2017-11-21 16:42:10 -02:00 committed by Enno Boland
parent d230bc9921
commit 2d935b4123
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ revision=2
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="perl"
depends="perl-Package-Stash perl-B-Hooks-EndOfScope"
makedepends="perl perl-Package-Stash perl-B-Hooks-EndOfScope"
depends="${makedepends}"
short_desc="Keep imports and functions out of your namespace"
noarch="yes"
maintainer="John Regan <john@jrjrtech.com>"