On Mar 8, 2008, at 11:59 AM, Andy Armstrong wrote:
On 8 Mar 2008, at 17:54, Chris Dolan wrote:
Perl 5.8.6 (Apple's dist for OSX 10.4)
Test::Harness 3.10
TAP::Harness 0.54
TAP::Parser 0.54
CPAN 1.9205
CPANPLUS 0.82
Yeah, you have a mixture of Test::Harness and TAP::Parser
installed. You need to delete those old versions of TAP::Harness
and TAP::Parser. TAP::* and Test::Harness should be the same versions.
Arg, not again! PREFIX vs. --install_base vs. vendorlib vs. sitelib
vs. Apple vs. Fink
The variety of places that Perl modules can be installed on a Mac is
really insane, and things keep changing. I really should just build
my own Perl from source, but then I'd break Apple's mod_perl...
Thanks very much Andy!
Chris