Skip Menu |

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

Report information
The Basics
Id: 113670
Status: new
Priority: 0/
Queue: Mojolicious-Plugin-EDumper

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

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



Subject: Undeclared dependency Data::Recursive::Encode
On some of my smokers I see the following test failure: # Failed test 'use Mojolicious::Plugin::EDumper;' # at t/00-load.t line 10. # Tried to use 'Mojolicious::Plugin::EDumper'. # Error: Can't locate Data/Recursive/Encode.pm in @INC (you may need to install the Data::Recursive::Encode module) (@INC contains: /home/cpansand/.cpan/build/2016041106/Mojolicious-Plugin-EDumper-0.00002-RK3Dh0/blib/lib /home/cpansand/.cpan/build/2016041106/Mojolicious-Plugin-EDumper-0.00002-RK3Dh0/blib/arch /opt/perl-5.22.1/lib/site_perl/5.22.1/x86_64-linux /opt/perl-5.22.1/lib/site_perl/5.22.1 /opt/perl-5.22.1/lib/5.22.1/x86_64-linux /opt/perl-5.22.1/lib/5.22.1) at /home/cpansand/.cpan/build/2016041106/Mojolicious-Plugin-EDumper-0.00002-RK3Dh0/blib/lib/Mojolicious/Plugin/EDumper.pm line 5. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016041106/Mojolicious-Plugin-EDumper-0.00002-RK3Dh0/blib/lib/Mojolicious/Plugin/EDumper.pm line 5. # 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::EDumper::VERSION in concatenation (.) or string at t/00-load.t line 13. # Testing Mojolicious::Plugin::EDumper , Perl 5.022001, /opt/perl-5.22.1/bin/perl5.22.1 # Looks like you failed 1 test of 1. FAILED--Further testing stopped. Makefile:840: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 1 Probably Data::Recursive::Encode has to be declared as a prerequisite.