summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-20 11:00:54 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-20 11:00:54 +0000
commit500e222f3d19c5cad4e291a43eeb97dcfef81998 (patch)
tree21d250c0b52338d390bcc7532515f61748a19fa8 /dev-perl/Test-Exception/Test-Exception-0.20.ebuild
parentGenerate the dh.h header file for better security (diff)
downloadgentoo-2-500e222f3d19c5cad4e291a43eeb97dcfef81998.tar.gz
gentoo-2-500e222f3d19c5cad4e291a43eeb97dcfef81998.tar.bz2
gentoo-2-500e222f3d19c5cad4e291a43eeb97dcfef81998.zip
new version
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Test-Exception/Test-Exception-0.20.ebuild')
-rw-r--r--dev-perl/Test-Exception/Test-Exception-0.20.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Test-Exception/Test-Exception-0.20.ebuild b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
new file mode 100644
index 000000000000..b260c68c97bc
--- /dev/null
+++ b/dev-perl/Test-Exception/Test-Exception-0.20.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.20.ebuild,v 1.1 2005/03/20 11:00:54 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="test functions for exception based code"
+HOMEPAGE="http://search.cpan.org/~adie/${P}/"
+SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-perl/Test-Simple
+ >=dev-perl/Test-Builder-Tester-1.01
+ dev-perl/Sub-Uplevel"