Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 113587
Status: resolved
Priority: 0/
Queue: Moose

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

Bug Information
Severity: (no value)
Broken in: 2.1700-TRIAL
Fixed in: 2.1701-TRIAL



Subject: t/recipes/basics_genome_overloadingsubtypesandcoercion.t may fail
One of my smokers reports the following fail: ... Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module) (@INC contains: /tmpfs/.cpan-build-cpansand/2016040603/Moose-2.1700-PDdO2M/blib/lib /tmpfs/.cpan-bui BEGIN failed--compilation aborted at t/recipes/basics_genome_overloadingsubtypesandcoercion.t line 44. t/recipes/basics_genome_overloadingsubtypesandcoercion.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ... Probably a missing prereq or missing skip?
Subject: List::MoreUtils still needed in two places with zip()
As per subject. Grep: http://search.cpan.org/grep?release=Moose-2.1700-TRIAL;string=List::MoreUtils;n=1;C=0 Sample fail report: basics_genome_overloadingsubtypesandcoercion.t fails in http://www.cpantesters.org/cpan/report/67285359 Note: we only saw two reports with this problem so far and plenty other correlations. Maybe it pays to keep watching for better findings: http://analysis.cpantesters.org/solved?distv=Moose-2.1700-TRIAL Cheers,
On 2016-04-06 11:53:13, SREZIC wrote: Show quoted text
> One of my smokers reports the following fail: > > ... > Can't locate List/MoreUtils.pm in @INC (you may need to install the > List::MoreUtils module) (@INC contains: /tmpfs/.cpan-build- > cpansand/2016040603/Moose-2.1700-PDdO2M/blib/lib /tmpfs/.cpan-bui > BEGIN failed--compilation aborted at > t/recipes/basics_genome_overloadingsubtypesandcoercion.t line 44. > t/recipes/basics_genome_overloadingsubtypesandcoercion.t ......... > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ... > > Probably a missing prereq or missing skip?
Yup, we removed List::MoreUtils from the code and prereqs, but neglected to spot the uses in pod, which at build time get turned into tests for the recipes. I'll fix tonight and send out another trial -- thanks!
This has been fixed in 2.1701-TRIAL.