diff options
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r-- | dev-perl/indirect/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/indirect/indirect-0.300.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog index e82d338efa58..648948a53d6e 100644 --- a/dev-perl/indirect/ChangeLog +++ b/dev-perl/indirect/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/indirect # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.11 2013/08/25 09:53:50 patrick Exp $ + +*indirect-0.300.0 (25 Aug 2013) + + 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> +indirect-0.300.0.ebuild: + Bump *indirect-0.270.0 (01 Feb 2013) diff --git a/dev-perl/indirect/indirect-0.300.0.ebuild b/dev-perl/indirect/indirect-0.300.0.ebuild new file mode 100644 index 000000000000..c55815078228 --- /dev/null +++ b/dev-perl/indirect/indirect-0.300.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.300.0.ebuild,v 1.1 2013/08/25 09:53:50 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=VPIT +MODULE_VERSION=0.30 +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 |