The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for AnyEvent-Net-Curl-Queued

v0.046 2013-10-17T12:54:55
 - saner YADA defaults [Stanislaw Pusep]
 - YADA optimization for plain URL queues [Stanislaw Pusep]
 - Merge pull request #3 from wchristian/patch-1
   
   remove ram comment about Parallel::Downloader [Stanislaw Pusep]
 - remove ram comment about Parallel::Downloader
   
   Using the `build_response` one can pass in a sub that is intended to
   build for each request the response emitted at the end of the batch. The
   default build process involves storing the request and response in an
   array, but can also store the response in a file and return a filename
   instead of the response, or simply return nothing at all.
   
   The only real downside is that it's a one-shot tool. [Christian Walde]
 - Fixed yet another test failing behind the proxy [Stanislaw Pusep]

v0.045 2013-04-27T14:16:02
 - reverting #871313f1ed [Stanislaw Pusep]

v0.044 2013-04-22T18:12:36
 - AnyEvent timers are now weak_ref [Stanislaw Pusep]
 - Perl v5.17.10 compatibility [Stanislaw Pusep]

v0.043 2013-03-19T20:59:04
 - "AnyOf" usage requires MooX::Types::MooseLike >= 0.18 [Stanislaw Pusep]
 - fixed timers for AnyEvent::Impl::Perl [Stanislaw Pusep]

v0.042 2013-03-18T14:35:07
 - typo fix [Stanislaw Pusep]
 - BROKEN COMPATIBILITY: added the "WARNING: GONE MOO!" POD section
   *everywhere* [Stanislaw Pusep]
 - removing further Mo[ou]se references from documentation [Stanislaw
   Pusep]
 - scope fix [Stanislaw Pusep]
 - dependency updates [Stanislaw Pusep]
 - --MooX::late [Stanislaw Pusep]
 - Zilled the Dist [Stanislaw Pusep]
 - more Any::Moose removal [Stanislaw Pusep]
 - Fixed FIXMEs [Stanislaw Pusep]
 - Moo-sification: take two [Stanislaw Pusep]

v0.041 2013-02-18T21:48:46
 - removed dead reload code [Stanislaw Pusep]
 - t/70-timeout.t seems OK now [Stanislaw Pusep]
 - "use base" was broken [Stanislaw Pusep]

v0.040 2013-02-03T16:20:20
 - recommend EV 4.11 as a prerequisite [Stanislaw Pusep]
 - eg/yada-crawler.pl cleanup [Stanislaw Pusep]
 - AE::N::C::Q::E header attribute readonly [Stanislaw Pusep]
 - cleaned dependencies [Stanislaw Pusep]

v0.039 2013-01-29T02:36:38
 - eg/yada-crawler.pl cleanup [Stanislaw Pusep]
 - YADA cleanup [Stanislaw Pusep]
 - minor ::Multi accessor cleanup [Stanislaw Pusep]
 - eg/yada-crawler.pl: simplified parser initialization [Stanislaw Pusep]
 - fixed taskset(1) link [Stanislaw Pusep]
 - http_message handling revamped [Stanislaw Pusep]
 - added eg/yada-crawler.pl (not very clear example) [Stanislaw Pusep]
 - benchmark update [Stanislaw Pusep]
 - further benchmark normalization [Stanislaw Pusep]
 - disable compression in Mojo::UA benchmark [Stanislaw Pusep]
 - Mojo::UserAgent benchmark fixed (mea culpa) [Stanislaw Pusep]
 - t/73-cycle.t is an author test [Stanislaw Pusep]

v0.038 2013-01-24T22:11:02
 - ooops, Mojo can't start/stop several times anymore? [Stanislaw Pusep]
 - Mojo::UserAgent benchmark overhaul [Stanislaw Pusep]
 - setting CURLOPT_POSTFIELDS to a HashRef converts to JSON automatically
   [Stanislaw Pusep]
 - removed useless eval check from AE::N::C::Const [Stanislaw Pusep]
 - useless meta->name removed [Stanislaw Pusep]
 - full perlcritic harsh compliance [Stanislaw Pusep]
 - calming down the perlcritic [Stanislaw Pusep]
 - Dist::Zilla bump [Stanislaw Pusep]
 - better traps for t/70-timeout.t [Stanislaw Pusep]
 - fragment supression tested [Stanislaw Pusep]
 - disabling Net::Curl::* prototypes [Stanislaw Pusep]
 - messing around [Stanislaw Pusep]

v0.037 2012-11-25T18:55:34
 - fixed encoding issues revealed by upgrading to Digest::SHA v5.74
   [Stanislaw Pusep]
 - postponing $cv->send to properly destroy ::Multi instance [Stanislaw
   Pusep]
 - followlocation-caused header propagation fix [Stanislaw Pusep]

v0.036 2012-11-06T15:00:02
 - curly brackets cleanup [Stanislaw Pusep]
 - initialization exception testing [Stanislaw Pusep]
 - proper usage of BUILDARGS/FOREIGNBUILDARGS [Stanislaw Pusep]
 - fixing cyclic references [Stanislaw Pusep]
 - benchmark results update [Stanislaw Pusep]
 - less verbose recursion test [Stanislaw Pusep]
 - benchmark suite fixes [Stanislaw Pusep]
 - Test::Memory::Cycle test implemented [Stanislaw Pusep]
 - clearer benchmark reasoning [Stanislaw Pusep]
 - major breakthrough in Net::Curl::*  "unreferenced scalar" fixing!
   [Stanislaw Pusep]
 - attempt to fight 1-millisecond timeout (again) [Stanislaw Pusep]

v0.035 2012-10-22T18:49:04
 - Net::Curl::Share instance destruction code is FUBAR; storing it inside a
   Mo[ou]se attribute was a really bad idea :~( [Stanislaw Pusep]

v0.034 2012-10-22T12:46:49
 - weak_ref unnecessary, after all [Stanislaw Pusep]
 - removed unnecessary & broken weak_ref declarations [Stanislaw Pusep]
 - replaced time() from Time::HiRes by AE::tie [Stanislaw Pusep]
 - a bit less deterministic t/61-nest.t [Stanislaw Pusep]

v0.033 2012-10-18T18:31:27
 - better compliance with libcurl docs [Stanislaw Pusep]
 - a bit cleaner Net::Curl::Share handling [Stanislaw Pusep]
 - very bad fix for Net::Curl::Share instance "weakness" [Stanislaw Pusep]
 - getting rid of "Attempt to free unreferenced scalar: SV 0xdeadbeef
   during global destruction." [Stanislaw Pusep]