[DBD::Pg] Make Time::HiRes a prerequisite, as the async test uses it. Per bug 72584
dbdpg-commits-gENoVmVU/[email protected] Mon, 21 Nov 2011 22:52:06 +0000
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Make Time::HiRes a prerequisite, as the async test uses it. Per bug 72584 --- Makefile.PL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index c943a4a..f559a65 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -206,6 +206,7 @@ my %opts = 'ExtUtils::MakeMaker' => '6.11', 'DBI' => '1.52', 'Test::More' => '0.61', + 'Time::HiRes' => '0', 'version' => '0', }, CCFLAGS => $comp_opts, -- 1.7.0.5