**************************************************** 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 Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Linux/Cpuinfo.pm blib\lib\Linux\Cpuinfo.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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()' # at t/cpuinfo.t line 36. not ok 6 - cpuinfo() # got: '' # expected: 'Linux::Cpuinfo' # Error: ok 7 - $/ not clobbered up # Failed test 'new()' # at t/cpuinfo.t line 42. not ok 8 - new() # got: '' # expected: 'Linux::Cpuinfo' # Error: # Failed test 'bogomips() returned something' # at t/cpuinfo.t line 51. not ok 9 - bogomips() returned something # '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' # at t/cpuinfo.t line 108. not ok 17 - NoFatal # got: '' # expected: 'Linux::Cpuinfo' # Error: ok 18 - does not die on unknown methods due to NoFatal # Looks like you failed 4 tests of 18. 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.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/2 test programs. 4/19 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x4' Stop.