pod2text again

1999-06-14 Thread Stanislav Malyshev a.k.a Frodo
I've upgraded to RH 6 on my machine (don't ask me why :), and discovered that new Perl package lacks pod2text, which is required for building some packages (e.g., DBD::mysql). Since someone asked about this here, here is the solution: install package Pod::SimpleText and link pod2txt to pod2text

Re: pod2text again

1999-06-14 Thread Gaal Yahas
On Mon, Jun 14, 1999 at 05:14:35PM +0300, Stanislav Malyshev a.k.a Frodo wrote: I've upgraded to RH 6 on my machine (don't ask me why :), and discovered that new Perl package lacks pod2text, which is required for building some packages (e.g., DBD::mysql). Since someone asked about this here

Re: pod2text again

1999-06-14 Thread Stanislav Malyshev a.k.a Frodo
GY Aww, just GY# cat/usr/bin/pod2text But pod2txt seems to be more than that. The Pod::SimpleText is a rewrite of ::Text, which claims to fix, among other, a number of bugs. SimpleText uses PodParser, while ::Text is standalone. I guess that's why binary got removed - to make users upgrade

Re: pod2text

1999-06-12 Thread Gaal Yahas
Mike, On Sat, Jun 12, 1999 at 10:22:19PM +0300, Mike wrote: does any of you know where i can find the pod2text program ? If it does not require any special settings (make, make instal...) then can you pls send it 2 me ? i'm trying to compile the MySQL-PERL interface and it keeps getting