summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-17 12:16:05 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-17 12:16:05 +0000
commit334d1a4ed5d328d588352c5c228d79ed4719cfac (patch)
tree419a539f69504c24cc87614e08ee5afa609c234e /dev-perl/Carp-Clan
parentAdd 190.40. (diff)
downloadgentoo-2-334d1a4ed5d328d588352c5c228d79ed4719cfac.tar.gz
gentoo-2-334d1a4ed5d328d588352c5c228d79ed4719cfac.tar.bz2
gentoo-2-334d1a4ed5d328d588352c5c228d79ed4719cfac.zip
Version bump
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Carp-Clan')
-rw-r--r--dev-perl/Carp-Clan/Carp-Clan-6.02.ebuild20
-rw-r--r--dev-perl/Carp-Clan/ChangeLog9
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Carp-Clan/Carp-Clan-6.02.ebuild b/dev-perl/Carp-Clan/Carp-Clan-6.02.ebuild
new file mode 100644
index 000000000000..68533f92898a
--- /dev/null
+++ b/dev-perl/Carp-Clan/Carp-Clan-6.02.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Clan/Carp-Clan-6.02.ebuild,v 1.1 2009/10/17 12:16:05 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=STBEY
+inherit perl-module
+
+DESCRIPTION="Report errors from perspective of caller of a clan of modules"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Exception )"
+
+SRC_TEST="do"
diff --git a/dev-perl/Carp-Clan/ChangeLog b/dev-perl/Carp-Clan/ChangeLog
index d68ca77e8408..13f4efed4762 100644
--- a/dev-perl/Carp-Clan/ChangeLog
+++ b/dev-perl/Carp-Clan/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Carp-Clan
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Clan/ChangeLog,v 1.32 2008/10/06 11:27:31 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Clan/ChangeLog,v 1.33 2009/10/17 12:16:05 tove Exp $
+
+*Carp-Clan-6.02 (17 Oct 2009)
+
+ 17 Oct 2009; Torsten Veller <tove@gentoo.org> +Carp-Clan-6.02.ebuild:
+ Version bump
*Carp-Clan-6.00 (06 Oct 2008)