Andreas,
Thank you very much for this kind assistance. You have enlightened me
and I will submit an updated package this week.
Regards,
Gordon
On Tue, 2009-10-13 at 22:33 -0400, Andreas Koenig via RT wrote:
Show quoted text> Tue Oct 13 22:33:45 2009: Request 50477 was acted upon.
> Transaction: Ticket created by ANDK
> Queue: CGI-Application-Structured-Tools
> Subject: Calling binary "perl" does not call the right perl
> Broken in: 0.006
> Severity: Normal
> Owner: Nobody
> Requestors: ANDK@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=50477 >
>
>
> Grepping through cpantesters results I find
>
> Can't locate Module/Starter.pm
>
> I found the culprit in this line in t/001_load.t:
>
> system("perl",$as_pl,"--module",TEST_APP
> ,"--author","testauth","--email",'test@any.com') == 0 or die "cannot
> create test application";
>
>
> The "perl" you are calling there is the first perl in the $PATH, which
> is not necessarily the one we are testing here. You'd want to use $^X
> instead or even better: let Probe::Perl determine it.
>
> Regards,
>