summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Test-Object/Test-Object-0.06.ebuild')
-rw-r--r--dev-perl/Test-Object/Test-Object-0.06.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Test-Object/Test-Object-0.06.ebuild b/dev-perl/Test-Object/Test-Object-0.06.ebuild
new file mode 100644
index 000000000000..da4c3995ee51
--- /dev/null
+++ b/dev-perl/Test-Object/Test-Object-0.06.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Object/Test-Object-0.06.ebuild,v 1.1 2006/09/07 12:06:08 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="Thoroughly testing objects via registered handlers"
+HOMEPAGE="http://search.cpan.org/dist/${PN}"
+SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Test-Simple"