Committed by Greg Sabino Mullane <[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
