Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-Crud CPAN distribution.

Report information
The Basics
Id: 131813
Status: new
Priority: 0/
Queue: Mojolicious-Plugin-Crud

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.0.7
  • 0.0.8
  • 0.0.10
Fixed in: (no value)



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 ...
On 2020-02-16 04:42:54, SREZIC wrote: Show quoted text
> 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 > ...
Another missing prereq declaration: * Lingua::EN::Inflect