Subject: | Test number mismatch |
The last test in Sys-CPU.t has a wrong number in the fail branch. It should be "not ok 4" instead of "not ok 5".
if (defined($type)) {
print "ok 4 (CPU Type : $type)\n";
} else {
print "not ok 5 (cpu_type unavailable)\n";
}
Regards,
Slaven