-
-
08 Apr 2021 18:32:43 UTC
- Distribution: XS-libuv
- Module version: 1.41.0.0
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (128 / 0 / 1)
- Kwalitee
Bus factor: 3- License: unknown
- Activity
24 month- Tools
- Download (1.24MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- XS::Install
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
AUTHOR
Pronin Oleg <syber@cpan.org>, Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.
Module Install Instructions
To install XS::libuv, copy and paste the appropriate command in to your terminal.
cpanm XS::libuv
perl -MCPAN -e shell install XS::libuv
For more information on module installation, please visit the detailed CPAN module installation guide.