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

XS::Install

AUTHOR

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

LICENSE

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