**************************************************** You dont appear to have /proc/cpuinfo on your system If you have a similar file located elsewhere then this module may well still work - if you dont however then its unlikely this module will be very useful to you. **************************************************** Checking if your kit is complete... Looks good Writing Makefile for Linux::Cpuinfo cp lib/Linux/Cpuinfo.pm blib/lib/Linux/Cpuinfo.pm Manifying blib/man3/Linux::Cpuinfo.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/0-signature....1..1 ok 1 # skip Next time around, consider install Module::Signature, so you can verify the integrity of this distribution. ok 1/1 skipped: various reasons t/cpuinfo........1..18 ok 1 - use Linux::Cpuinfo; ok 2 - Linux::Cpuinfo->can(...) ok 3 - Linux::Cpuinfo::Cpu->can('new') ok 4 - $/ default ok 5 - version ok # Failed test 'cpuinfo()' not ok 6 - cpuinfo() # at t/cpuinfo.t line 36. # got: '' # expected: 'Linux::Cpuinfo' # Error: ok 7 - $/ not clobbered up # Failed test 'new()' not ok 8 - new() # at t/cpuinfo.t line 42. # got: '' # expected: 'Linux::Cpuinfo' # Error: # Failed test 'bogomips() returned something' not ok 9 - bogomips() returned something # at t/cpuinfo.t line 51. # '0' # ne # '0' # Error: Can't call method "bogomips" on an undefined value at t/cpuinfo.t line 50. ok 10 - reading alternate file ok 11 - num_cpus == 2 ok 12 - cpu(0) ok 13 - model_name ok 14 - bogmips ok 15 - bogmips ok 16 - dies on unknown methods due to no NoFatal # Failed test 'NoFatal' not ok 17 - NoFatal # at t/cpuinfo.t line 108. # got: '' # expected: 'Linux::Cpuinfo' # Error: # Looks like you failed 4 tests of 18. ok 18 - does not die on unknown methods due to NoFatal dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 6, 8-9, 17 Failed 4/18 tests, 77.78% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/cpuinfo.t 4 1024 18 4 6 8-9 17 1 subtest skipped. Failed 1/2 test scripts. 4/19 subtests failed. Files=2, Tests=19, 0 wallclock secs ( 0.12 cusr + 0.04 csys = 0.16 CPU) Failed 1/2 test programs. 4/19 subtests failed. make: *** [test_dynamic] Error 4