Skip Menu |

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

Report information
The Basics
Id: 127694
Status: new
Priority: 0/
Queue: App-CatalystStarter-Bloated

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

Bug Information
Severity: (no value)
Broken in: v0.9.3
Fixed in: (no value)



Subject: Undeclared dependencies
The test suite fails if Mojo::DOM is not installed: ... # Failed test 'use App::CatalystStarter::Bloated;' # at t/00.load.t line 4. # Tried to use 'App::CatalystStarter::Bloated'. # Error: Can't locate Mojo/DOM.pm in @INC (you may need to install the Mojo::DOM module) (@INC contains: ... .) at /usr/home/cpansand/.cpan/build/2018111717/App-CatalystStarter-Bloated-v0.9.3-0/blib/lib/App/CatalystStarter/Bloated/Initializr.pm line 13. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2018111717/App-CatalystStarter-Bloated-v0.9.3-0/blib/lib/App/CatalystStarter/Bloated/Initializr.pm line 13. # Compilation failed in require at /usr/home/cpansand/.cpan/build/2018111717/App-CatalystStarter-Bloated-v0.9.3-0/blib/lib/App/CatalystStarter/Bloated.pm line 23. # BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2018111717/App-CatalystStarter-Bloated-v0.9.3-0/blib/lib/App/CatalystStarter/Bloated.pm line 23. # Compilation failed in require at t/00.load.t line 4. # BEGIN failed--compilation aborted at t/00.load.t line 4. # Looks like you failed 1 test of 1. t/00.load.t ........................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... Another possible missing prereq declaration: Catalyst::ScriptRunner