WWW--Curl icon indicating copy to clipboard operation
WWW--Curl copied to clipboard

Perl binding for libcurl

Results 18 WWW--Curl issues
Sort by recently updated
recently updated
newest added

Hi, I would like to use curl perl command but the authentification on my website use SPNEGO (kerberos). What is your script support SPNEGO authentification for a website HTTPS ?...

The following options take a curl_slist \* parameter: CURLOPT_HTTP200ALIASES CURLOPT_HTTPHEADER CURLOPT_MAIL_RCPT CURLOPT_POSTQUOTE CURLOPT_PREQUOTE CURLOPT_PROXYHEADER CURLOPT_QUOTE CURLOPT_RESOLVE CURLOPT_TELNETOPTIONS But the Curl.xs file only handles CURLOPT_HTTPHEADER, CURLOPT_QUOTE, CURLOPT_POSTQUOTE and CURLOPT_RESOLVE so the...

Hi. I rewrote build system almost entirely. The most important improvement is that constants are now inlined: ``` $ perl -MO=Deparse -e 'use WWW::Curl::Easy; print CURLE_CHUNK_FAILED' use WWW::Curl::Easy; print 88;...

00-constants.t is failing against curl 7.15.5 (which ships with CentOS/RHEL 5): ``` t/00constants.t ........... 1/399 # Failed test 'CURL_SOCKET_BAD is defined alright - Invalid argument' # at t/00constants.t line 59....

Looks like module no longer builds against latest curl 7.88.1 ```console + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 'OPTIMIZE=-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer...

Fix a little typo in the man page (therefor -> therefore).

Current AIX 7.3 package contains include file with `typedef void CURLM`. The generated `Curl.xsc` then has a typedef of `struct * CURLM` which is not valid C syntax. Need to...

IBM delivers AIX 7.3 with perl 5.38 in both 32 and 64 bit flavours, and curl-devel does the same. curl-config is symlinked to curl-config_64 at install. If I use perl...