Skip Menu |

This queue is for tickets about the Sys-Info-Driver-Windows CPAN distribution.

Report information
The Basics
Id: 53523
Status: resolved
Priority: 0/
Queue: Sys-Info-Driver-Windows

People
Owner: Nobody in particular
Requestors: nanis [...] runu.moc.invalid
Cc:
AdminCc:

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



Subject: T2300 CPU incorrectly identified as 64 bit
See http://ark.intel.com/Product.aspx?id=27233 #!/usr/bin/perl use strict; use warnings; use Sys::Info; my $info = Sys::Info->new; my $cpu = $info->device('CPU'); printf "%s (%s bit)\n", scalar $cpu->identify, $cpu->bitness; Output: Genuine Intel(R) CPU T2300 @ 1.66GHz (64 bit)
Subject: perlinfo
Download perlinfo
application/octet-stream 2.3k

Message body not shown because it is not plain text.

08 Jan 2010 Fri, 14:56:24 tarihinde, NANIS yazdı: Show quoted text
> See http://ark.intel.com/Product.aspx?id=27233 > > #!/usr/bin/perl > > use strict; use warnings; > use Sys::Info; > > my $info = Sys::Info->new; > my $cpu = $info->device('CPU'); > > printf "%s (%s bit)\n", scalar $cpu->identify, $cpu->bitness; > > Output: > > Genuine Intel(R) CPU T2300 @ 1.66GHz (64 bit)
Thanks. Fixed in v0.73