-
-
29 Mar 2018 04:42:49 UTC
- Distribution: Alien-astyle
- Module version: 0.010000
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (1104 / 0 / 0)
- Kwalitee
Bus factor: 1- 27.96% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (10.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Alien::Base
- File::ShareDir
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Alien::astyle - Find or build astyle, the Artistic Style code formatter
SYNOPSIS
From a Perl script
use Alien::astyle; use Env qw(@PATH); unshift @PATH, Alien::astyle->bin_dir(); # `astyle` command is now in your path
From Alien::Base Build.PL
use Alien:Base::ModuleBuild; my $builder = Module::Build->new( ... alien_bin_requires => [ 'Alien::astyle' ], ... ); $builder->create_build_script;
DESCRIPTION
This package can be used by other CPAN modules that require astyle.
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::astyle, copy and paste the appropriate command in to your terminal.
cpanm Alien::astyle
perl -MCPAN -e shell install Alien::astyle
For more information on module installation, please visit the detailed CPAN module installation guide.