Thu Feb 21 08:54:33 2013: Request 83237 was acted upon.
Transaction: Correspondence added by gepebril
Queue: Win32-API
Subject: Can't use string ("Win32::API::Struct") as a HASH ref while
"strict refs"
Broken in: 0.75
Severity: Critical
Owner: Nobody
Requestors: [email protected]
Status: rejected
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=83237 >
> I tested the newly released 0.12 of Win32-SystemInfo (
> http://search.cpan.org/~cjohnston/Win32-SystemInfo-0.12/ ). nmake test
and
> __________________________________________
> use Win32::SystemInfo;
> my %mHash = (TotalPhys => 0, AvailPhys => 0, MemLoad => 0);
> if (Win32::SystemInfo::MemoryStatus(%mHash)) {0;}
> __________________________________________
> don't fail anymore as they did in 0.11. So I am closing this bug.
Thanks very much!