Subject: | Net::Server tests fail without Time::HiRes module |
Net::Server 2.007, make test, gives this error message
t/Server_PreFork.t ........ Can't locate Time/HiRes.pm in @INC (@INC contains: ....)
BEGIN failed--compilation aborted...
Installing Time::HiRes first, and then retrying the Net::Server install seems to work.
Can you please add Time::HiRes as a build dependency, so that CPAN knows it will need Time::HiRes in order to install Net::Server? Thanks.
(This on a relatively fresh install of CentOS 6, 64-bit.)