Gentoo Archives: gentoo-perl

From: "Beau E. Cox" <beaucox@×××××××××.com>
To: Gentoo-perl <gentoo-perl@l.g.o>
Subject: [gentoo-perl] [PATCH] cosmetic change to PodPerl
Date: Wed, 11 Jan 2006 03:39:20
Message-Id: 200601101739.07736.beaucox@hawaii.rr.com
1 Hi -
2
3 I think the 'Pod::Usage' description is being used instead
4 of the 'Pod::Parser' description:
5
6 --patch--
7 --- PodParser-1.30.ebuild 2006-01-02 07:08:10.000000000 -1000
8 +++ PodParser-1.30.ebuild.patched 2006-01-10 17:31:18.000000000 -1000
9 @@ -6,7 +6,7 @@
10 MY_P=Pod-Parser-${PV}
11 S=${WORKDIR}/${MY_P}
12
13 -DESCRIPTION="Print Usage messages based on your own pod"
14 +DESCRIPTION="Base class for creating POD filters and translators"
15
16 HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MA/MAREKR/${MY_P}.readme"
17 SRC_URI="mirror://cpan/authors/id/M/MA/MAREKR/${MY_P}.tar.gz"
18 --cut--
19
20 No really important; a bottom-of-the-lister.
21
22 --
23 Aloha => Beau;
24
25 --
26 gentoo-perl@g.o mailing list

Replies

Subject Author
Re: [gentoo-perl] [PATCH] cosmetic change to PodPerl Michael Cummings <mcummings@g.o>