From f8e2f725373c9d9a91dfc83286d3750f866438d4 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Tue, 30 Aug 2011 16:54:45 +0000 Subject: [bump] dev-perl/indirect-0.250.0 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64) --- dev-perl/indirect/ChangeLog | 7 ++++++- dev-perl/indirect/indirect-0.250.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 dev-perl/indirect/indirect-0.250.0.ebuild (limited to 'dev-perl/indirect') diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog index 221d0dd18d1b..96ccc72d8257 100644 --- a/dev-perl/indirect/ChangeLog +++ b/dev-perl/indirect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/indirect # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.3 2011/07/29 11:06:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.4 2011/08/30 16:54:45 tove Exp $ + +*indirect-0.250.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller +indirect-0.250.0.ebuild: + Version bump 29 Jul 2011; Torsten Veller -indirect-0.23.ebuild: Cleanup diff --git a/dev-perl/indirect/indirect-0.250.0.ebuild b/dev-perl/indirect/indirect-0.250.0.ebuild new file mode 100644 index 000000000000..b59fd5d00224 --- /dev/null +++ b/dev-perl/indirect/indirect-0.250.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/indirect-0.250.0.ebuild,v 1.1 2011/08/30 16:54:45 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.25 +inherit perl-module + +DESCRIPTION="Lexically warn about using the indirect object syntax" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND=" + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST=do -- cgit v1.2.3-65-gdbad