summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-05 02:41:58 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-05 02:41:58 +1200
commit5686ff8ddda85f05080b764bde977aca4c16a082 (patch)
tree4a5af3445f77113ea646a62b9fb2b6cddc9d36bf /dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
parentdev-perl/autobox: Bump to version 2.850.0 (diff)
downloadgentoo-5686ff8ddda85f05080b764bde977aca4c16a082.tar.gz
gentoo-5686ff8ddda85f05080b764bde977aca4c16a082.tar.bz2
gentoo-5686ff8ddda85f05080b764bde977aca4c16a082.zip
dev-perl/namespace-clean: Bump to version 0.270.0
Upstream: - Allow packages to be cleaned multiple times - Apply debugger workarounds only when DB::sub is used - Fix fails on 5.8.8 with -Duselongdouble - Fix . in @INC issues Bug: https://bugs.gentoo.org/614648 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild')
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
new file mode 100644
index 000000000000..4b78031ec79e
--- /dev/null
+++ b/dev-perl/namespace-clean/namespace-clean-0.270.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RIBASUSHI
+DIST_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Keep imports and functions out of your namespace"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/B-Hooks-EndOfScope-0.120.0
+ >=dev-perl/Package-Stash-0.230.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"