On Wed, May 28, 2008 at 5:40 AM, David Golden <[EMAIL PROTECTED]> wrote:
>
> 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.

Any idea how to locate such issues automatically without false positives?
PPI?
A simple grep?
Are there use cases where one should have /usr/bin/perl or /usr/local/bin/perl
in the code anywhere? In Makefile.PL ?

regards
   Gabor

-- 
Gabor Szabo http://szabgab.com/blog.html
Test Automation Tips http://szabgab.com/test_automation_tips.html

Reply via email to