Subject: | t/run.t calls perl instead of $^X |
(tested with version 0.04)
t/run has these lines:
if ( system ( qq(perl blib/script/pod2s5 > /dev/null 2>&1) )) {
These is only correct if the perl we are building with is the same as
the first perl in the path, so not for any other perl.
Please use $^X instead.
Thanks!