Subject: | Building YAML::Syck fails on Win32 |
The command line build attempts to include strings.h (syck.h). MSVC on
Win32 only has string.h. This causes CPAN and CPANPLUS builds to fail.
A conditional check for MSVC in the syck.h file or updating the
HAVE_STRING_H definition would resolve this issue.