diff options
Diffstat (limited to 'dev-perl/Test-Pod/Test-Pod-1.22.ebuild')
-rw-r--r-- | dev-perl/Test-Pod/Test-Pod-1.22.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild b/dev-perl/Test-Pod/Test-Pod-1.22.ebuild index e1e6b44c08dc..604a2db0e998 100644 --- a/dev-perl/Test-Pod/Test-Pod-1.22.ebuild +++ b/dev-perl/Test-Pod/Test-Pod-1.22.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.22.ebuild,v 1.13 2006/08/05 23:51:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Pod/Test-Pod-1.22.ebuild,v 1.14 2007/01/19 16:48:17 mcummings Exp $ inherit perl-module DESCRIPTION="check for POD errors in files" -HOMEPAGE="http://search.cpan.org/~petdance/${P}" +HOMEPAGE="http://search.cpan.org/~petdance/" SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" SRC_TEST="do" @@ -17,6 +17,3 @@ IUSE="" DEPEND="dev-perl/Pod-Simple >=virtual/perl-Test-Simple-0.62 dev-lang/perl" -RDEPEND="${DEPEND}" - - |