Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Alien::uv - libuv shared library (alien, without perl-adapters).
SYNOPSIS
In your Makefile.PL
use XS::Install;
WriteMakefile(
...
BIN_DEPS => 'Alien::uv',
...
);
DESCRIPTION
This package can be used by XS modules to ensure that libuv is installed.
AUTHOR
Pronin Oleg <syber@cpan.org>, Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.