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 :)