Subject: | Undeclared dependency Mojo::Base |
Test suite fails if Mojo::Base is not installed --- so probably it should be declared as a prerequisite (or maybe declare Mojolicious instead).
...
PERL_DL_NONLAZY=1 "/usr/local/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Bailout called. Further testing stopped:
# Failed test 'use Mojolicious::Plugin::Crud;'
# at t/00-load.t line 10.
# Tried to use 'Mojolicious::Plugin::Crud'.
# Error: Can't locate Mojo/Base.pm in @INC (you may need to install the Mojo::Base module) (@INC contains: /usr/home/cpansand/.cpan/build/2020021608/Mojolicious-Plugin-Crud-0.0.5-5/blib/lib /usr/home/cpansand/.cpan/build/2020021608/Mojolicious-Plugin-Crud-0.0.5-5/blib/arch /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30) at /usr/home/cpansand/.cpan/build/2020021608/Mojolicious-Plugin-Crud-0.0.5-5/blib/lib/Mojolicious/Plugin/Crud.pm line 2.
# BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020021608/Mojolicious-Plugin-Crud-0.0.5-5/blib/lib/Mojolicious/Plugin/Crud.pm line 2.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $Mojolicious::Plugin::Crud::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Mojolicious::Plugin::Crud , Perl 5.030001, /usr/local/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...