Re: [DBD::Pg] Make Time::HiRes a prerequisite, as the async test uses it. Per bug 72584
Sam Vilain <sam-s9IUA/[email protected]> Tue, 22 Nov 2011 17:37:23 -0800
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
On 11/21/11 5:26 PM, David E. Wheeler wrote: > On Nov 21, 2011, at 5:52 PM, dbdpg-commits-gENoVmVU/[email protected] wrote: > >> Make Time::HiRes a prerequisite, as the async test uses it. Per bug 72584 > > Seems a tad unnecessary. Any way to test without Time::HiRes? > > Which reminds me: we have a dependency on version.pm? Whatever for? FWIW, Perl 5.6.x is now end of life, Time::HiRes is therefore core on all supported Perls. Sam