Subject: | Undeclared dependency Data::Dump |
It seems that Data::Dump has to be declared as a PREREQ_PM. On my smoker systems I see the following failures:
...
# Failed test 'use DBIx::Class::Helper::ResultSet::CrossTab;'
# at t/00-load.t line 6.
# Tried to use 'DBIx::Class::Helper::ResultSet::CrossTab'.
# Error: Can't locate Data/Dump.pm in @INC (you may need to install the Data::Dump module) (@INC contains: /home/cpansand/.cpan/build/2017011512/DBIx-Class-Helper-ResultSet-CrossTab-0.004-8dqIPl/blib/lib /home/cpansand/.cpan/build/2017011512/DBIx-Class-Helper-ResultSet-CrossTab-0.004-8dqIPl/blib/arch /opt/perl-5.24.0/lib/site_perl/5.24.0/x86_64-linux /opt/perl-5.24.0/lib/site_perl/5.24.0 /opt/perl-5.24.0/lib/5.24.0/x86_64-linux /opt/perl-5.24.0/lib/5.24.0) at /home/cpansand/.cpan/build/2017011512/DBIx-Class-Helper-ResultSet-CrossTab-0.004-8dqIPl/blib/lib/DBIx/Class/Helper/ResultSet/CrossTab.pm line 12.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2017011512/DBIx-Class-Helper-ResultSet-CrossTab-0.004-8dqIPl/blib/lib/DBIx/Class/Helper/ResultSet/CrossTab.pm line 12.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
# Testing DBIx::Class::Helper::ResultSet::CrossTab, Perl 5.024000, /opt/perl-5.24.0/bin/perl5.24.0
# Looks like you failed 1 test of 1.
t/00-load.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...