Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-AutoPrereqsFast CPAN distribution.

Report information
The Basics
Id: 116631
Status: open
Priority: 0/
Queue: Dist-Zilla-Plugin-AutoPrereqsFast

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

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



Subject: Missing "use List::MoreUtils"?
On some of my smokers the test suite fails like this: ... Array found where operator expected at /tmpfs/.cpan-build-cpansand/2016080118/Dist-Zilla-Plugin-AutoPrereqsFast-0.001-2/blib/lib/Dist/Zilla/Plugin/AutoPrereqsFast.pm line 89, near "List::MoreUtils::uniq @this_thing" (Do you need to predeclare List::MoreUtils::uniq?) syntax error at /tmpfs/.cpan-build-cpansand/2016080118/Dist-Zilla-Plugin-AutoPrereqsFast-0.001-2/blib/lib/Dist/Zilla/Plugin/AutoPrereqsFast.pm line 89, near "List::MoreUtils::uniq @this_thing" BEGIN not safe after errors--compilation aborted at /tmpfs/.cpan-build-cpansand/2016080118/Dist-Zilla-Plugin-AutoPrereqsFast-0.001-2/blib/lib/Dist/Zilla/Plugin/AutoPrereqsFast.pm line 127, <GEN0> line 10. Compilation failed in require at /opt/perl-5.24.0/lib/site_perl/5.24.0/Module/Runtime.pm line 317, <GEN0> line 10. at /opt/perl-5.24.0/lib/site_perl/5.24.0/Config/MVP/Assembler.pm line 144. t/basic.t .. Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run ...
On 2016-08-01 11:11:01, SREZIC wrote: Show quoted text
> On some of my smokers the test suite fails like this: > > ... > Array found where operator expected at /tmpfs/.cpan-build- > cpansand/2016080118/Dist-Zilla-Plugin-AutoPrereqsFast-0.001- > 2/blib/lib/Dist/Zilla/Plugin/AutoPrereqsFast.pm line 89, near > "List::MoreUtils::uniq @this_thing" > (Do you need to predeclare List::MoreUtils::uniq?)
One might as well use List::Util::uniq now anyway (requiring version 1.45).