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

NAME

Coro::PatchSet - fix Coro as much as possible

SYNOPSIS

    use Coro::PatchSet;
    
    #or
    
    use Coro::PatchSet 'socket';
    
    #or
    
    use Coro::PatchSet qw'socket handle';

DESCRIPTION

This distribution contains set of submodules each of which patches some known bugs from submodule with the same name from Coro distribution. Read documentation for each submodule to know which bugs it will fix for you. Use this module as first example in the "SYNOPSIS" section and it will load all patches. Or you can specify which patches you want to load, like in the second and third examples. Or you can directly use one of submodule.

WHY

Coro is great. But unfortunately its author is very unresponsive. I didn't receive any answer for my emails with reports and patches, not from personal emails, nor from AnyEvent mail list. So it is easier for me to collect all fixes in one place and use when I need it.

COMPATIBILITY

In general it should work with latest Coro versions. But in fact you should run tests from this package to know is it works for you. So, try to install it and if this will ok, then it is probably compatible with your Coro distribution.

SEE ALSO

Coro::PatchSet::Socket, Coro::PatchSet::Handle, Coro::PatchSet::LWP

COPYRIGHT

Copyright Oleg G <oleg@cpan.org>.

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