-
-
12 Feb 2015 14:24:37 UTC
- Distribution: Dist-Zilla-Plugin-PerlTidy
- Module version: 0.21
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (2260 / 11 / 0)
- Kwalitee
Bus factor: 1- 21.19% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (13.27KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 7 contributors-
Mark Gardner
-
Kent Fredric
-
Alexei Znamensky
-
Michael Jemmeson
-
Robin Smidsrød
-
Steven Lee
-
kentfredric
NAME
Dist::Zilla::Plugin::PerlTidy - PerlTidy in Dist::Zilla
VERSION
version 0.21
METHODS
munge_file
Implements the required munge_file method for the Dist::Zilla::Role::FileMunger role, munging each Perl file it finds. Files whose names do not end in
.pm
,.pl
, or.t
, or whose contents do not begin with#!perl
are left alone.SYNOPSIS
# dist.ini [PerlTidy] # or [PerlTidy] perltidyrc = xt/.perltidyrc
DEFAULTS
If you do not specify a specific perltidyrc in dist.ini it will try to use the same defaults as Perl::Tidy.
SEE ALSO
AUTHORS
Fayland Lam <fayland@gmail.com>
Mark Gardner <mjgardner@cpan.org>
Kent Fredric <kentfredric@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Fayland Lam.
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 Dist::Zilla::Plugin::PerlTidy, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::PerlTidy
perl -MCPAN -e shell install Dist::Zilla::Plugin::PerlTidy
For more information on module installation, please visit the detailed CPAN module installation guide.