sshaw / Mojolicious-Plugin-DigestAuth

HTTP Digest Authentication for Mojolicious
1 stars 5 forks source link

Test suite fails (with Mojolicious 6.0?) #8

Closed eserte closed 9 years ago

eserte commented 9 years ago

make test fails:

PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl5.20.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00db.t ..................... ok
t/01options.t ................ ok
t/02digest_auth.t ............ ok
t/03url.t .................... ok
t/nonce.t .................... ok
Can't locate object method "bridge" via package "Mojolicious::Routes" at /home/cpansand/.cpan/build/Mojolicious-Plugin-DigestAuth-0.08-dMK3Tk/blib/lib/Mojolicious/Plugin/DigestAuth.pm line 55.
# Looks like your test exited with 255 before it could output anything.
t/route.t .................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/6 subtests 
t/support_broken_browsers.t .. ok

This happens with Mojolicious >= 6.02. With older Mojolicious (<= 5.79) tests seem to pass on my system.