Skip Menu |

This queue is for tickets about the CPAN-Mini-Webserver CPAN distribution.

Report information
The Basics
Id: 38541
Status: resolved
Priority: 0/
Queue: CPAN-Mini-Webserver

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

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



The tests are failing with a Moose error. $ prove -v -b t/simple.t t/simple....1..21 Single parameters to new() must be a HASH ref at /usr/lib/perl5/vendor_perl/5.10.0/Moose/Object.pm line 27 Moose::Object::BUILDARGS('CPAN::Mini::Webserver', 2963) called at /usr/lib/perl5/vendor_perl/5.10.0/Moose/Object.pm line 17 Moose::Object::new('CPAN::Mini::Webserver', 2963) called at t/simple.t line 19 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-21 Failed 21/21 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/simple.t 255 65280 21 42 1-21 Failed 1/1 test scripts. 21/21 subtests failed. Files=1, Tests=21, 1 wallclock secs ( 1.15 cusr + 0.07 csys = 1.22 CPU) Failed 1/1 test programs. 21/21 subtests failed. I'm using the latest Moose (0.55).
this really strange error has nothing to do with Moose, but is because of a leftover 'use Term::ProgressBar::Quiet;' statement. if you remove that, all is well. It's also fixed in SVN.
Thanks for reporting this. It is fixed in 0.38 which hit CPAN a few hours ago: remove unnecessary "use Term::ProgressBar::Quiet;"