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

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.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Coro

COPYRIGHT AND LICENCE

Copyright (C) 2013 by Oleg G

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