Subject: | t/basic.t broken with perl 5.24 and later |
As shown by the test matrix http://matrix.cpantesters.org/?dist=Catalyst-Plugin-Browser+0.08
since perl 5.24.0 the basic test is failing
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/opt/perl-5.24.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01use.t ................. ok
[error] Caught exception in TestApp::Controller::Root->index "Can't locate object method "browser" via package "Catalyst::Request" at /home/cpansand/.cpan/build/2017080400/Catalyst-Plugin-Browser-0.08-1XbQqh/t/lib/TestApp/Controller/Root.pm line 12."
# Failed test 'undef isa 'HTTP::BrowserDetect''
# at t/basic.t line 11.
# undef isn't defined
# Looks like you failed 1 test of 2.
t/basic.t .................