Subject: | t/010_objects.t fails if Package::New is not installed (0.57) |
On some of my smokers I see the following problem:
...
Base class package "Package::New" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: /home/cpansand/.cpan/build/2018062022/DBIx-Array-0.57-0/blib/lib /home/cpansand/.cpan/build/2018062022/DBIx-Array-0.57-0/blib/arch /usr/perl5.28.0-RC2p/lib/site_perl/5.28.0/amd64-freebsd /usr/perl5.28.0-RC2p/lib/site_perl/5.28.0 /usr/perl5.28.0-RC2p/lib/5.28.0/amd64-freebsd /usr/perl5.28.0-RC2p/lib/5.28.0 .).
at t/010_objects.t line 12.
BEGIN failed--compilation aborted at t/010_objects.t line 12.
# Looks like your test exited with 2 just after 1.
t/010_objects.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 110/111 subtests
...
Looks like a missing test prereq or test skip.
Also it seems that List::MoreUtils is an undeclared dependency.