diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:04:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:04:40 +0000 |
commit | 6854cf99812f1938f9baec267cbc865e8aaa4771 (patch) | |
tree | 39010cefe08c636d37ab52c95bcac9dc3182d7b1 /dev-perl | |
parent | new package (diff) | |
download | gentoo-2-6854cf99812f1938f9baec267cbc865e8aaa4771.tar.gz gentoo-2-6854cf99812f1938f9baec267cbc865e8aaa4771.tar.bz2 gentoo-2-6854cf99812f1938f9baec267cbc865e8aaa4771.zip |
added Test-Harness to DEPEND
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline/Inline-0.43.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Inline/Inline-0.43.ebuild b/dev-perl/Inline/Inline-0.43.ebuild index cac3e0b8c84c..ca220ea43054 100644 --- a/dev-perl/Inline/Inline-0.43.ebuild +++ b/dev-perl/Inline/Inline-0.43.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.1 2002/07/17 04:04:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.2 2002/07/17 04:04:40 seemant Exp $ inherit perl-module @@ -9,7 +9,8 @@ DESCRIPTION="A perl XML down translate module" SRC_URI="http://www.cpan.org/authors/id/I/IN/INGY/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/doc/INGY/Inline-0.43/Inline.pod" -DEPEND="${DEPEND}" +DEPEND="${DEPEND} + dev-perl/Test-Harness" src_compile() { |