Skip Menu |

This queue is for tickets about the App-perlminlint CPAN distribution.

Report information
The Basics
Id: 131962
Status: new
Priority: 0/
Queue: App-perlminlint

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

Bug Information
Severity: (no value)
Broken in: 0.24
Fixed in: (no value)



Subject: Undeclared dependency Module::Pluggable
It seems that Module::Pluggable has to be declared as a prerequisite, otherwise the test suite fails: ... 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 # Failed test 'use App::perlminlint;' # at t/00-load.t line 10. # Tried to use 'App::perlminlint'. # Error: Can't locate Module/Pluggable.pm in @INC (you may need to install the Module::Pluggable module) (@INC contains: ... ) at /usr/home/cpansand/.cpan/build/2020022506/App-perlminlint-0.24-1/blib/lib/App/perlminlint.pm line 34. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020022506/App-perlminlint-0.24-1/blib/lib/App/perlminlint.pm line 34. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Bailout called. Further testing stopped: Use of uninitialized value $App::perlminlint::VERSION in concatenation (.) or string at t/00-load.t line 13. # Looks like your test exited with 255 just after 1. FAILED--Further testing stopped. *** Error code 255 ...