Skip Menu |

This queue is for tickets about the HTML-Strip CPAN distribution.

Report information
The Basics
Id: 99151
Status: resolved
Priority: 0/
Queue: HTML-Strip

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.07
Fixed in: 1.09



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.
Thank you, I've fixed this in v1.08.
On Tue Sep 30 06:50:31 2014, KILINRAX wrote: Show quoted text
> Thank you, I've fixed this in v1.08.