Subject: | Tests fail with current Mojolicious |
See subject. Test log starts with:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.26.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'use MojoX::UserAgent::Transaction;'
# at t/00use.t line 6.
# Tried to use 'MojoX::UserAgent::Transaction'.
# Error: Base class package "Mojo::Transaction::Single" is empty.
# (Perhaps you need to 'use' the module which defines that package first,
# or make that module available in @INC (@INC contains: /home/cpansand/.cpan/build/2018110310/MojoX-UserAgent-0.21-3/blib/lib /home/cpansand/.cpan/build/2018110310/MojoX-UserAgent-0.21-3/blib/arch /opt/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/site_perl/5.26.1 /opt/perl-5.26.1/lib/5.26.1/x86_64-linux /opt/perl-5.26.1/lib/5.26.1 .).
# at /home/cpansand/.cpan/build/2018110310/MojoX-UserAgent-0.21-3/blib/lib/MojoX/UserAgent/Transaction.pm line 8.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018110310/MojoX-UserAgent-0.21-3/blib/lib/MojoX/UserAgent/Transaction.pm line 8.
# Compilation failed in require at t/00use.t line 6.
# BEGIN failed--compilation aborted at t/00use.t line 6.
...