Skip Menu |

This queue is for tickets about the Dancer2-Plugin-DebugDump CPAN distribution.

Report information
The Basics
Id: 123893
Status: resolved
Priority: 0/
Queue: Dancer2-Plugin-DebugDump

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

Bug Information
Severity: (no value)
Broken in:
  • 0.2
  • 0.21
  • 0.22
Fixed in: (no value)



Subject: Undeclared dependency Dancer2
See subject.
On 2017-12-16 10:26:53, SREZIC wrote: Show quoted text
> See subject.
Tests fail if Dancer2::Plugin is not installed: # Failed test 'use Dancer2::Plugin::DebugDump;' # at t/Dancer2-Plugin-DebugDump.t line 12. # Tried to use 'Dancer2::Plugin::DebugDump'. # Error: Can't locate Dancer2/Plugin.pm in @INC (you may need to install the Dancer2::Plugin module) (@INC contains: /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin-DebugDump-0.21-7/blib/lib /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin-DebugDump-0.21-7/blib/arch /opt/perl-5.26.0/lib/site_perl/5.26.0/x86_64-linux /opt/perl-5.26.0/lib/site_perl/5.26.0 /opt/perl-5.26.0/lib/5.26.0/x86_64-linux /opt/perl-5.26.0/lib/5.26.0 .) at /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin-DebugDump-0.21-7/blib/lib/Dancer2/Plugin/DebugDump.pm line 5. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin-DebugDump-0.21-7/blib/lib/Dancer2/Plugin/DebugDump.pm line 5. # Compilation failed in require at t/Dancer2-Plugin-DebugDump.t line 12. # BEGIN failed--compilation aborted at t/Dancer2-Plugin-DebugDump.t line 12. # Looks like you failed 1 test of 1. t/Dancer2-Plugin-DebugDump.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests This is causing unnecessary failures at CPAN Testers.
I think this should be fixed in 0.38. I added [AutoPrereqs] to my dist.ini file. Thanks for the report! On Sat Dec 16 10:28:36 2017, SREZIC wrote: Show quoted text
> On 2017-12-16 10:26:53, SREZIC wrote:
> > See subject.
> > Tests fail if Dancer2::Plugin is not installed: > > # Failed test 'use Dancer2::Plugin::DebugDump;' > # at t/Dancer2-Plugin-DebugDump.t line 12. > # Tried to use 'Dancer2::Plugin::DebugDump'. > # Error: Can't locate Dancer2/Plugin.pm in @INC (you may need to > install the Dancer2::Plugin module) (@INC contains: > /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin-DebugDump-0.21- > 7/blib/lib /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin- > DebugDump-0.21-7/blib/arch /opt/perl- > 5.26.0/lib/site_perl/5.26.0/x86_64-linux /opt/perl- > 5.26.0/lib/site_perl/5.26.0 /opt/perl-5.26.0/lib/5.26.0/x86_64-linux > /opt/perl-5.26.0/lib/5.26.0 .) at > /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin-DebugDump-0.21- > 7/blib/lib/Dancer2/Plugin/DebugDump.pm line 5. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2017121615/Dancer2-Plugin-DebugDump-0.21- > 7/blib/lib/Dancer2/Plugin/DebugDump.pm line 5. > # Compilation failed in require at t/Dancer2-Plugin-DebugDump.t line > 12. > # BEGIN failed--compilation aborted at t/Dancer2-Plugin-DebugDump.t > line 12. > # Looks like you failed 1 test of 1. > t/Dancer2-Plugin-DebugDump.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > > > This is causing unnecessary failures at CPAN Testers.