Subject: | Test suite fails with (probably) Mojolicious 6 |
Test log:
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
# Testing Mojolicious::Plugin::PlainRoutes 0.04, Perl 5.020001, /usr/perl5.20.1Dp/bin/perl5.20.1
t/00-load.t ............. ok
t/01-tokenise.t ......... ok
Can't locate object method "pattern" via package "Mojolicious::Routes::Pattern" at t/02-app.t line 32.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 4.
t/02-app.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
All 4 subtests passed
Can't locate object method "pattern" via package "Mojolicious::Routes::Pattern" at /home/cpansand/.cpan/build/Mojolicious-Plugin-PlainRoutes-0.04-26QkdN/blib/lib/Mojolicious/Plugin/PlainRoutes.pm line 263.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/03-autoname.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
t/author-critic.t ....... skipped: these tests are for testing by the author
t/release-pod-syntax.t .. skipped: these tests are for release candidate testing
On my systems, the test suite passes for with Mojolicious <= 5.79, and fails with Mojolicious >= 6.02.