On Tue, May 27, 2008 at 7:32 PM, Geoffrey Leach <[EMAIL PROTECTED]> wrote:
> The more-than-a-little-embarassing story is at
> http://cpantesters.perl.org/show/Pod-HtmlEasy.html#Pod-HtmlEasy-1.0101
> and a sample report at
> http://www.nntp.perl.org/group/perl.cpan.testers/2008/05/
> msg1515825.html
You hard-coded a path to perl in t/Run.pm:
my @cmd = qw{/usr/bin/perl -Ilib -MPod::HtmlEasy -e};
You should use $^X instead so that you're using the same perl that is
running your tests.
Regards,
David