Skip Menu |

This queue is for tickets about the WWW-Curl CPAN distribution.

Report information
The Basics
Id: 112615
Status: new
Priority: 0/
Queue: WWW-Curl

People
Owner: Nobody in particular
Requestors: kesteb [...] wsipc.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 4.17
Fixed in: (no value)



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.