Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 72584
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: listposter [...] gmail.com
Cc:
AdminCc:

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



Subject: Unregistered dependency with Time::HiRes?
Date: Mon, 21 Nov 2011 10:38:52 -0600
To: bug-DBD-Pg [...] rt.cpan.org
From: List Poster <listposter [...] gmail.com>
Using cpanm to install, the tests failed for me as logged at the end of this message. Installing it resolved the issue. All other dependencies were fetched automatically. t/08async.t ......... Can't locate Time/HiRes.pm in @INC (@INC contains: /root/.cpanm/work/1321283684.10871/DBD-Pg-2.18.1/blib/lib /root/.cpanm/work/1321283684.10871/DBD-Pg-2.18.1/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at t/08async.t line 9. BEGIN failed--compilation aborted at t/08async.t line 9. t/08async.t ......... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/09arrays.t ........ ok t/12placeholders.t .. ok t/20savepoints.t .... ok t/99cleanup.t ....... 1/1 Removing test database directory t/99cleanup.t ....... ok Test Summary Report ------------------- t/08async.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=15, Tests=1656, 23 wallclock secs ( 0.21 usr 0.05 sys + 4.43 cusr 6.79 csys = 11.48 CPU) Result: FAIL Failed 1/15 test programs. 0/1656 subtests failed. make: *** [test_dynamic] Error 255 FAIL ! Installing DBD::Pg failed. See /root/.cpanm/build.log for details.
We put Time::HiRes as a prereq inside Makefile.PL