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

NAME

Alien::Texinfo - Find or download/build/install libtexinfo in the Texinfo GNU Documentation System

SYNOPSIS

From a Perl script

    use Alien::Texinfo;

    use Env qw(@PATH);
    unshift @PATH, Alien::Texinfo->bin_dir();
    system 'makeinfo --version';

    print Alien::Texinfo->dist_dir();

DESCRIPTION

This package can be used by other CPAN modules that require Texinfo or libtexinfo.

AUTHOR

William N. Braswell, Jr. <wbraswell@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by William N. Braswell, Jr.;

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