| Dist-Zilla-Plugin-PerlTidy documentation | view source | Contained in the Dist-Zilla-Plugin-PerlTidy distribution. |
Dist::Zilla::Plugin::PerlTidy - PerlTidy in Dist::Zilla
version 0.09
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.
# dist.ini
[PerlTidy]
# or
[PerlTidy]
perltidyrc = xt/.perltidyrc
If you do not specify a specific perltidyrc in dist.ini it will try to use the same defaults as Perl::Tidy.
Fayland Lam <fayland@gmail.com> Mark Gardner <mjgardner@cpan.org>
This software is copyright (c) 2010 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.
| Dist-Zilla-Plugin-PerlTidy documentation | view source | Contained in the Dist-Zilla-Plugin-PerlTidy distribution. |