develooper Front page | perl.dbd.pg.changes | Postings from November 2011

[DBD::Pg] Make Time::HiRes a prerequisite, as the async test uses it. Per bug 72584

From:
dbdpg-commits
Date:
November 21, 2011 14:52
Subject:
[DBD::Pg] Make Time::HiRes a prerequisite, as the async test uses it. Per bug 72584
Message ID:
1321915926-14206-1-git-send-email-dbdpg-commits@bucardo.org
Committed by Greg Sabino Mullane <greg@endpoint.com>

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




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About