-
-
19 Apr 2021 16:51:28 UTC
- Distribution: XS-libcares
- Module version: 1.17.1.2
- Source (raw)
- Pod Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (93 / 0 / 6)
- Kwalitee
Bus factor: 3- License: unknown
- Activity
24 month- Tools
- Download (1.46MB)
- 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::libcares - c-ares C library for XS.
SYNOPSIS
In your Makefile.PL
use XS::Install; write_makefile( ...makemaker args BIN_DEPS => 'XS::libcares', ... );
DESCRIPTION
This is c-ares library for use from XS modules. 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::libcares, copy and paste the appropriate command in to your terminal.
cpanm XS::libcares
perl -MCPAN -e shell install XS::libcares
For more information on module installation, please visit the detailed CPAN module installation guide.