Subject: | t/01_script_compile.t should use $^X instead of perl |
The t/01_script_compile.t uses "perl" to call some test script. This
usually fails if the perl used for the build is not the same as "perl"
in the user's PATH. For example, I have multiple perls on my system
(perl5.6.2, perl5.8.8, perl5.10.0 ...).
A solution is to use $^X instead of the hardcoded perl.
Regards,
Slaven