Subject: | t/offbyone.t: system perl used? |
The current HTML-Strip version has many test failures like this:
Perl lib version (5.18.3) doesn't match executable '-e' version (v5.14.2) at /opt/perl-5.18.3-RC1/lib/5.18.3/x86_64-linux/Config.pm line 62.
Compilation failed in require at /opt/perl-5.18.3-RC1/lib/site_perl/5.18.3/Test/Builder.pm line 19.
BEGIN failed--compilation aborted at /opt/perl-5.18.3-RC1/lib/site_perl/5.18.3/Test/Builder.pm line 19.
Compilation failed in require at /opt/perl-5.18.3-RC1/lib/site_perl/5.18.3/Test/Builder/Module.pm line 5.
BEGIN failed--compilation aborted at /opt/perl-5.18.3-RC1/lib/site_perl/5.18.3/Test/Builder/Module.pm line 5.
Compilation failed in require at /opt/perl-5.18.3-RC1/lib/site_perl/5.18.3/Test/More.pm line 23.
BEGIN failed--compilation aborted at /opt/perl-5.18.3-RC1/lib/site_perl/5.18.3/Test/More.pm line 23.
Compilation failed in require.
BEGIN failed--compilation aborted.
t/offbyone.t ..................
This is an indication that the system perl (first perl in PATH) is used instead of the currently tested one. Probably you have to use $^X somewhere.