-
-
17 Dec 2017 04:47:48 UTC
- Distribution: Alien-Pluto
- Module version: 0.003000
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (88 / 279 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (5.56KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Alien::Build
- Test2::Suite
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install Alien::Pluto, copy and paste the appropriate command in to your terminal.
cpanm Alien::Pluto
perl -MCPAN -e shell install Alien::Pluto
For more information on module installation, please visit the detailed CPAN module installation guide.