summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-03-06 13:56:55 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-03-06 13:56:55 +0000
commit5046e61bc609f21d0985faa13c963854021c863d (patch)
tree70c9f9a44d6623906da10d340c12f8a9953bd9c6 /dev-perl/Test-Pod/Test-Pod-1.08.ebuild
parentmissing dep for test::pod, bug 43617 (diff)
downloadhistorical-5046e61bc609f21d0985faa13c963854021c863d.tar.gz
historical-5046e61bc609f21d0985faa13c963854021c863d.tar.bz2
historical-5046e61bc609f21d0985faa13c963854021c863d.zip
Added missing dependancy on Test::Builder::Tester; closes 43617
Diffstat (limited to 'dev-perl/Test-Pod/Test-Pod-1.08.ebuild')
-rw-r--r--dev-perl/Test-Pod/Test-Pod-1.08.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Test-Pod/Test-Pod-1.08.ebuild b/dev-perl/Test-Pod/Test-Pod-1.08.ebuild
index c691b8e3c822..5b5cf68d9018 100644
--- a/dev-perl/Test-Pod/Test-Pod-1.08.ebuild
+++ b/dev-perl/Test-Pod/Test-Pod-1.08.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.08.ebuild,v 1.2 2004/02/16 16:16:10 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.08.ebuild,v 1.3 2004/03/06 13:56:55 mcummings Exp $
inherit perl-module
@@ -16,4 +16,5 @@ LICENSE="Artistic | GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha"
-DEPEND="dev-perl/Pod-Simple"
+DEPEND="dev-perl/Pod-Simple
+ dev-perl/Test-Builder-Tester"