On 2018-06-15 03:09:17, MCMAHON wrote:
Show quoted text> Looks like the backticked scripts are using `/usr/bin/env perl`. I'm
> adding `$^X` to all the backticked invocations; let's see if that gets
> it.
One test seems to be missing in 0.37:
Can't locate Regexp/Common.pm in @INC (you may need to install the Regexp::Common module) (@INC contains: /home/cpansand/.cpan/build/2018061509/Test-WWW-Simple-0.37-1/blib/lib /home/cpansand/.cpan/build/2018061509/Test-WWW-Simple-0.37-1/blib/arch /home/cpansand/.cpan/build/2018061509/WWW-Mechanize-Pluggable-1.12-1/blib/arch /home/cpansand/.cpan/build/2018061509/WWW-Mechanize-Pluggable-1.12-1/blib/lib /home/cpansand/.cpan/build/2018061509/WWW-Mechanize-Pluggable-1.12-1/blib/arch /home/cpansand/.cpan/build/2018061509/WWW-Mechanize-Pluggable-1.12-1/blib/lib /usr/local/lib/perl5/site_perl/mach/5.24 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.24/mach /usr/local/lib/perl5/5.24 .) at examples/simple_scan line 5.
BEGIN failed--compilation aborted at examples/simple_scan line 5.
# Failed test 'working output as expected'
# at t/11ss_garbage.t line 13.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = '1..1
# '
# Looks like you failed 1 test of 2.
t/11ss_garbage.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
Test Summary Report
-------------------
t/11ss_garbage.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=23, Tests=85, 32 wallclock secs ( 0.02 usr 0.10 sys + 1.37 cusr 5.74 csys = 7.23 CPU)
Result: FAIL
Failed 1/23 test programs. 1/85 subtests failed.