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).