tbuchboeck / memcache-top

Automatically exported from code.google.com/p/memcache-top
0 stars 0 forks source link

Can't locate Time/HiRes.pm #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. perl  memcache-top-v0.6

What is the expected output? What do you see instead?

I see this error

Can't locate Time/HiRes.pm in @INC (@INC contains: /usr/local/lib64/perl5 
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl 
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at 
memcache-top-v0.6 line 59.
BEGIN failed--compilation aborted at memcache-top-v0.6 line 59.

What version of the product are you using? On what operating system?

Centos 6.3 64 bits

Please provide any additional information below.

I solved using

yum install perl-Time-HiRes

Original issue reported on code.google.com by a.sanchez75 on 17 Nov 2012 at 4:53

GoogleCodeExporter commented 9 years ago
Yeah, this requires Time::HiRes right now.  I thought that was installed on 
pretty much any system that had perl installed.  :)

I can make the list of requirements explicit in the script itself, this is more 
of a documentation issue than an actual functional issue.

Original comment by nicholas...@gmail.com on 29 Nov 2012 at 1:19