NAME
Alien::Pluto - Find or download/build/install libpluto in the Pluto PolyCC compiler suite
SYNOPSIS
From a Perl script
use
Alien::Pluto;
unshift
@PATH
, Alien::Pluto->bin_dir();
system
'pluto -v'
;
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.