Subject: | README.Win32 has incorrect information |
The following line:
my ($cflags,$ldflags,$lflags) = ('-I"<DIR>\\include"', '-L"<DIR>\\lib"','-lcurl -lcurldll');
should read as follows:
my ($cflags,$lflags,$ldflags) = ('-I"<DIR>\\include"', '-L"<DIR>\\lib"','-lcurl -lcurldll');
On Strawberry Perl v5.18.2 the dmake command works correctly.
Also Makefile.PL tries to run curl-config. This command is not available on Windows. The work around it to define $vernun, and $version yourself. This information is located in include\curl\curlver.h.