Sat Feb 16 14:10:56 2013: Request 83237 was acted upon. Transaction: Correspondence added by BULKDD 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: compuvision...@gmail.com Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=83237 >
On Fri Feb 15 00:24:06 2013, CJOHNSTON wrote: > > So, I don't blog much and I haven't fixed my broken contact form. It's > taken me a couple of days to build an environment where I could work on > this since I've moved away from Windows. > > I've updated 48008, but the gist right now is that the changes > identified fail under ActivePerl. I haven't even tried any other distros > yet. I've started a feature branch at > https://github.com/iamthechad/perl-win32-systeminfo/tree/v012 in case > anybody wants to take a look. 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.