XS::libcares - c-ares C library for XS.
In your Makefile.PL
use XS::Install; write_makefile( ...makemaker args BIN_DEPS => 'XS::libcares', ... );
This is c-ares library for use from XS modules. No perl interface.
XS::Install
Pronin Oleg <syber@cpan.org>, Crazy Panda LTD
You may distribute this code under the same terms as Perl itself.
To install XS::libcares, copy and paste the appropriate command in to your terminal.
cpanm
cpanm XS::libcares
CPAN shell
perl -MCPAN -e shell install XS::libcares
For more information on module installation, please visit the detailed CPAN module installation guide.