Skip Menu |

This queue is for tickets about the DBIx-Array CPAN distribution.

Report information
The Basics
Id: 125644
Status: resolved
Worked: 20 min
Priority: 0/
Queue: DBIx-Array

People
Owner: MRDVT [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.57
Fixed in: 0.58



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.
On Wed Jun 20 17:00:41 2018, SREZIC wrote: Show quoted text
> Base class package "Package::New" is empty.
0.51 2015-04-08 - Dropped Package::New base package to reduce external dependencies Drop one line from test in version 0.58. Show quoted text
> Also it seems that List::MoreUtils is an undeclared dependency.
Added to Makefile.Pl in version 0.58 Changes 0.58 2018-06-21 - Updated t/010_objects.t and Makefile.PL to pass tests - RT 125644