Subject: | make test fails on Cygwin: Win32.pm missing and API_test.dll cannot be loaded |
Win32::API should list 'Win32' in the 'requires' section of META.yml.
Since version 0.27 of libwin32, the 'Win32' module is not included in
libwin32 anymore, see http://search.cpan.org/src/JDB/libwin32-0.27/Changes
Having done 'cpan Win32' to install that missing dependency, the tests
of Win32::API now fail when they try to load 'API_test.dll'. The
loading of that dll is to be achieved by a perl call to
Win32::LoadLibrary(), which is just an XS wrapper for LoadLibraryA() in
kernel32.dll. I don't know why it fails, unfortunately.
Subject: | make_test.log |
Message body not shown because it is not plain text.