NAME
YADA::Worker - "Yet Another Download Accelerator Worker": alias for AnyEvent::Net::Curl::Queued::Easy
VERSION
version 0.049
WARNING: GONE MOO!
This module isn't using Any::Moose anymore due to the announced deprecation status of that module. The switch to the Moo is known to break modules that do extend 'AnyEvent::Net::Curl::Queued::Easy'
/ extend 'YADA::Worker'
! To keep the compatibility, make sure that you are using MooseX::NonMoose:
Or MouseX::NonMoose:
Or the Any::Moose equivalent:
However, the recommended approach is to switch your subclassing module to Moo altogether (you can use MooX::late to smoothen the transition):
DESCRIPTION
Exactly the same thing as AnyEvent::Net::Curl::Queued::Easy, however, with a more Perl-ish and shorter name.
SEE ALSO
AUTHOR
Stanislaw Pusep <stas@sysd.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Stanislaw Pusep.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.