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

NAME

Alien::Pluto - Find or download/build/install libpluto in the Pluto PolyCC compiler suite

SYNOPSIS

From a Perl script

    use Alien::Pluto;

    use Env qw(@PATH);
    unshift @PATH, Alien::Pluto->bin_dir();
    system 'pluto -v';

    print Alien::Pluto->dist_dir();

DESCRIPTION

This package can be used by other CPAN modules that require Pluto or libpluto.

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.