Skip Menu |

This queue is for tickets about the Sys-CPU CPAN distribution.

Report information
The Basics
Id: 90808
Status: new
Priority: 0/
Queue: Sys-CPU

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.54
Fixed in: (no value)



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