—=head1 NAME
XS::libcares - c-ares C library for XS.
=head1 SYNOPSIS
In your Makefile.PL
use XS::Install;
write_makefile(
...makemaker args
BIN_DEPS => 'XS::libcares',
...
);
=head1 DESCRIPTION
This is c-ares L<library|https://c-ares.haxx.se/> for use from XS modules.
No perl interface.
=head1 SEE ALSO
L<XS::Install>
=head1 AUTHOR
Pronin Oleg <syber@cpan.org>, Crazy Panda LTD
=head1 LICENSE
You may distribute this code under the same terms as Perl itself.
=cut