The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME

    Alien::Libasyncns - Alien package for libasyncns

SYNOPSIS

      use Alien::Libasyncns;

DESCRIPTION

    Alien::Libasyncns is an Alien package for libasyncns
    <http://0pointer.de/lennart/projects/libasyncns/>.

HINTS

    How do I install Net::LibAsyncNS linking Alien::Libasyncns?

      First install Alien::Libasyncns:

        cpanm -nq Alien::Libasyncns

      Then install Net::LibAsyncNS with PKG_CONFIG_PATH set:

        export PKG_CONFIG_PATH=`perl -MAlien::Libasyncns -e 'print Alien::Libasyncns->dist_dir'`/lib/pkgconfig
        cpanm -nq Net::LibAsyncNS

SEE ALSO

    http://0pointer.de/lennart/projects/libasyncns/

AUTHOR

    Shoichi Kaji <skaji@cpan.org>

COPYRIGHT AND LICENSE

    Copyright 2017 Shoichi Kaji <skaji@cpan.org>

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    The license of libasyncns is:

      This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
    
      This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.