The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XS::libuv - libuv shared library for XS.

SYNOPSIS

In your Makefile.PL

use XS::Install;

write_makefile(
   ...makemaker args
   BIN_DEPS => 'XS::libuv',
   ...
);

DESCRIPTION

This package can be used by XS modules to ensure that libuv is installed. No perl interface.

SEE ALSO

XS::Install

AUTHOR

Pronin Oleg <syber@cpan.org>, Crazy Panda LTD

LICENSE

You may distribute this code under the same terms as Perl itself.