Skip Menu |

This queue is for tickets about the WWW-Eksi CPAN distribution.

Report information
The Basics
Id: 119862
Status: resolved
Priority: 0/
Queue: WWW-Eksi

People
Owner: KYZN [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Undeclared dependency WWW::Expand (0.21, 0.22)
Tests fail if WWW::Expand is not installed: ... # Failed test 'use WWW::Expand;' # at t/00-load.t line 10. # Tried to use 'WWW::Expand'. # Error: Can't locate WWW/Expand.pm in @INC (you may need to install the WWW::Expand module) (@INC contains: /tmpfs/.cpan-build-cpansand/2017011509/WWW-Eksi-0.22-1/blib/lib /tmpfs/.cpan-build-cpansand/2017011509/WWW-Eksi-0.22-1/blib/arch /opt/perl-5.25.8/lib/site_perl/5.25.8/x86_64-linux /opt/perl-5.25.8/lib/site_perl/5.25.8 /opt/perl-5.25.8/lib/5.25.8/x86_64-linux /opt/perl-5.25.8/lib/5.25.8 .) at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. # Looks like you failed 1 test of 9. t/00-load.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/9 subtests ...
On 2017-01-15 05:34:53, SREZIC wrote: Show quoted text
> Tests fail if WWW::Expand is not installed: > > ... > # Failed test 'use WWW::Expand;' > # at t/00-load.t line 10. > # Tried to use 'WWW::Expand'. > # Error: Can't locate WWW/Expand.pm in @INC (you may need to > install the WWW::Expand module) (@INC contains: /tmpfs/.cpan-build- > cpansand/2017011509/WWW-Eksi-0.22-1/blib/lib /tmpfs/.cpan-build- > cpansand/2017011509/WWW-Eksi-0.22-1/blib/arch /opt/perl- > 5.25.8/lib/site_perl/5.25.8/x86_64-linux /opt/perl- > 5.25.8/lib/site_perl/5.25.8 /opt/perl-5.25.8/lib/5.25.8/x86_64-linux > /opt/perl-5.25.8/lib/5.25.8 .) at t/00-load.t line 10. > # BEGIN failed--compilation aborted at t/00-load.t line 10. > # Looks like you failed 1 test of 9. > t/00-load.t .... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/9 subtests > ...
Also, the test suite of WWW-Expand fails since some months, see * http://matrix.cpantesters.org/?dist=WWW-Expand%200.1.5;reports=1#sl=7,1 * https://rt.cpan.org/Ticket/Display.html?id=95262 so any system which is not using "force install" or so is not able to install it (for example most automated smokers).
Hi! Thanks a lot for your bug report, I do appreciate your effort. It seems like I forgot to replace load_ok test for WWW::Expand with WWW::Lengthen when I made the switch. This issue should be fixed in 0.23+. Have a great day.