Subject: | install fail in Strawberry(Mingw on MSWin32) without manual hack |
In order to install DBD::mysql on Strawberry Perl, it has to link to
some ".a" instead of ".lib" in mysql lib path.
But makefile generated by Makefile.PL links neither to .lib nor .a in
mysql lib path so build will never success.