The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Beekeeper::AnyEvent - AnyEvent customizations

VERSION

Version 0.06

DESCRIPTION

This module alters the default behavior of AnyEvent as follows:

  • Prefer the pure perl backend over default EV, as it is fast enough and it does not ignore exceptions thrown from within callbacks.

  • Addresses resolved by AnyEvent::DNS are tainted, causing an "Insecure dependency in connect" error as Beekeeper runs with taint mode enabled.

    This module untaints resolved addresses, which can be done safely because AnyEvent validates these addresses properly before using them.

AUTHOR

José Micó, jose.mico@gmail.com

COPYRIGHT AND LICENSE

Copyright 2015-2021 José Micó.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language itself.

This software is distributed in the hope that it will be useful, but it is provided “as is” and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.