summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Exception-Died/Exception-Died-0.06.ebuild')
-rw-r--r--dev-perl/Exception-Died/Exception-Died-0.06.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-perl/Exception-Died/Exception-Died-0.06.ebuild b/dev-perl/Exception-Died/Exception-Died-0.06.ebuild
index abf672da7f24..58c9984bd405 100644
--- a/dev-perl/Exception-Died/Exception-Died-0.06.ebuild
+++ b/dev-perl/Exception-Died/Exception-Died-0.06.ebuild
@@ -1,23 +1,23 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v 1.3 2009/10/22 11:46:49 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Died/Exception-Died-0.06.ebuild,v 1.4 2010/02/03 11:46:29 tove Exp $
EAPI=2
-MODULE_AUTHOR="DEXTER"
+MODULE_AUTHOR="DEXTER"
inherit perl-module
DESCRIPTION="Convert simple die into real exception object"
-IUSE=""
-
SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
+IUSE=""
-DEPEND=">=dev-perl/Test-Unit-Lite-0.12
- virtual/perl-parent
+RDEPEND="
dev-perl/constant-boolean
- >=dev-perl/Test-Assert-0.0501
>=dev-perl/Exception-Base-0.22.01"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
+# test? ( virtual/perl-parent
+# >=dev-perl/Test-Unit-Lite-0.12
+# >=dev-perl/Test-Assert-0.0501 )"