summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-10-26 18:16:13 +0000
committerTorsten Veller <tove@gentoo.org>2011-10-26 18:16:13 +0000
commit6183af26170b240136c2020847929919f61c7f71 (patch)
tree25fb02aa1e7f9ed1e28c01246f412b01c808df9e /dev-perl/indirect
parentInitial commit. (diff)
downloadgentoo-2-6183af26170b240136c2020847929919f61c7f71.tar.gz
gentoo-2-6183af26170b240136c2020847929919f61c7f71.tar.bz2
gentoo-2-6183af26170b240136c2020847929919f61c7f71.zip
[bump] dev-perl/indirect-0.260.0
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/indirect')
-rw-r--r--dev-perl/indirect/ChangeLog7
-rw-r--r--dev-perl/indirect/indirect-0.260.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/indirect/ChangeLog b/dev-perl/indirect/ChangeLog
index 14fc12950265..633816b01322 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.5 2011/09/04 11:23:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/indirect/ChangeLog,v 1.6 2011/10/26 18:16:13 tove Exp $
+
+*indirect-0.260.0 (26 Oct 2011)
+
+ 26 Oct 2011; Torsten Veller <tove@gentoo.org> +indirect-0.260.0.ebuild:
+ Version bump
04 Sep 2011; Torsten Veller <tove@gentoo.org> -indirect-0.240.0.ebuild:
Cleanup
diff --git a/dev-perl/indirect/indirect-0.260.0.ebuild b/dev-perl/indirect/indirect-0.260.0.ebuild
new file mode 100644
index 000000000000..f1f885393dee
--- /dev/null
+++ b/dev-perl/indirect/indirect-0.260.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.260.0.ebuild,v 1.1 2011/10/26 18:16:13 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.26
+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