mwkohout wrote:
pod2text mysql/lib/DBD/mysql.pm >README
Let me guess: You are using Red Hat 6.0?
There's a bug in RH 6's Perl: The pod2text utility and some other
usefull tools are not part of the Perl installation. This was reported
to RH and will be fixed in the next release, according to Christian
Gafton.
I suggest that you do a manual installation and change
$README_created = "\npm_to_blib: README\n\n"
. "README: $driver/lib/DBD/$driver.pm\n"
. "\tpod2text $driver/lib/DBD/$driver.pm >README\n\n";
to
$README_created = "\n\n";
Bye,
Jochen