diff options
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r-- | dev-perl/indirect/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/indirect/indirect-0.270.0.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog index ba3417a2f0fc..e82d338efa58 100644 --- a/dev-perl/indirect/ChangeLog +++ b/dev-perl/indirect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/indirect -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.9 2012/12/22 18:26:33 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.10 2013/02/01 20:07:07 tove Exp $ + +*indirect-0.270.0 (01 Feb 2013) + + 01 Feb 2013; Torsten Veller <tove@gentoo.org> +indirect-0.270.0.ebuild: + Version bump 22 Dec 2012; Agostino Sarubbo <ago@gentoo.org> indirect-0.260.0.ebuild: Add ~ppc, wrt bug #429088 diff --git a/dev-perl/indirect/indirect-0.270.0.ebuild b/dev-perl/indirect/indirect-0.270.0.ebuild new file mode 100644 index 000000000000..186501371b04 --- /dev/null +++ b/dev-perl/indirect/indirect-0.270.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/indirect-0.270.0.ebuild,v 1.1 2013/02/01 20:07:07 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.27 +inherit perl-module + +DESCRIPTION="Lexically warn about using the indirect object syntax" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="test" + +DEPEND=" + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST=do |