> "Michael Yang" <Michael.
@gmail.com> wrote in message
> news:1180582247.735060.325790@d30g2000prg.googlegroups.com...
> .
> .
> > "execute_tests" is not exported by the Test::Harness module
> Looking at %prereq in the Mail::Box Makefile.PL you'll see that version 2.62
> (or later) of Test::Harness is required.
> I suspect you have an earlier version of Test::Harness that doesn't export
> "execute_tests" - as is the case with the version (2.56) of Test::Harness
> that I have.
> Updating Test::Harness should fix the problem.
> I would have thought that CPAN.pm would have detected this and first
> installed the latest version of Test::Harness before proceeding with
> building Mail::Box - but I don't use CPAN, so I don't really know what has
> happened there.
> Perhaps the latest version of Test::Harness *did* get installed, but into a
> different location than the old version, and the old version is still being
> found first ? (Dunno ... just speculating.)
> Cheers,
> Rob
Terrific!