Skip Menu |

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

Report information
The Basics
Id: 18420
Status: resolved
Priority: 0/
Queue: WWW-Curl

People
Owner: Nobody in particular
Requestors: adam [...] battleaxe.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 3.02
Fixed in: 3.02



Subject: Typo in WWW:Curl::Multi pod
The pod describes the usage with: $curlm->add_handler($curl); [...] $curlm->remove_handler($curl); The actual method is add_handle and remove_handle. I thought WWW::Curl::Multi was broken until I found a working example and compared it to the pod :)
This is fixed in v3.11, released today.