On Sun, Jun 21, 2015 at 03:32:03PM +0200, Kurt Roeckx wrote: > On Wed, Jun 10, 2015 at 11:39:10PM +0300, Niko Tyni wrote:
> > So apparently global_cleanup() was always broken but error handling > > has improved after squeeze. > > I'm getting confused. Neither global_cleanup() nor > curl_global_cleanup() seems to exist in any version as far as I > can see. I think at least that is missing functionality in > libwww-curl-perl. The documentation of WWW::Curl (4.17) states, under "COMPATIBILITY": curl_global_cleanup Only used internally, not exposed through the public API. [...] curl_global_cleanup Only used internally and called automatically upon exit. So this seems intended. (The duplication is probably a very minor bug.) It looks like you can reach curl_global_cleanup() in libcurl from the Perl side via WWW::Curl::_global_cleanup() if you really want but you probably shouldn't. So just drop the call in tsget? Hope this makes sense, -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org