summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 16:54:45 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 16:54:45 +0000
commitf8e2f725373c9d9a91dfc83286d3750f866438d4 (patch)
tree9d30557f4381669e59358812c595bf0c8a3a3f5e /dev-perl/indirect
parentStable for HPPA (bug #378665). (diff)
downloadgentoo-2-f8e2f725373c9d9a91dfc83286d3750f866438d4.tar.gz
gentoo-2-f8e2f725373c9d9a91dfc83286d3750f866438d4.tar.bz2
gentoo-2-f8e2f725373c9d9a91dfc83286d3750f866438d4.zip
[bump] dev-perl/indirect-0.250.0
(Portage version: 2.2.0_alpha51/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.250.0.ebuild23
2 files changed, 29 insertions, 1 deletions
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 <tove@gentoo.org> +indirect-0.250.0.ebuild:
+ Version bump
29 Jul 2011; Torsten Veller <tove@gentoo.org> -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