Re: Win32::API 0.62 cpantesters feedback: Use of inherited AUTOLOAD ...
[email protected] (Aldo Calpini)
| Newsgroups | perl.libwin32 |
|---|---|
| Message-ID | <[email protected]> |
On 01.04.2011 03:34, Cosimo Streppone wrote: > Can someone help me understand these two analogous > failures reported by cpan testers with 5.10? > On 5.12 seems to work fine, which is weird to me. I'm afraid the problem is not AUTOLOAD-related, but rather coming from the error before that: Error: Can't load 'C:\Perl10\cpan\build\Win32-API-0.62-eqhjjF\blib\arch/auto/Win32/API/API.dll' for module Win32::API: load_file:Invalid access to memory location at C:/Perl10/lib/DynaLoader.pm line 201. since the DLL which should provide the LoadLibrary method doesn't get loaded, Perl tries to AUTOLOAD it. and fails. cheers, Aldo