| Dist-Zilla-Plugin-PerlTidy documentation | view source | Contained in the Dist-Zilla-Plugin-PerlTidy distribution. |
Dist::Zilla::App::Command::perltidy - perltidy your dist
version 0.09
$ dzil perltidy
# OR
$ dzil perltidy .myperltidyrc
In your global dzil setting (which is '~/.dzil' or '~/.dzil/config.ini'), you can config the perltidyrc like:
[PerlTidy]
perltidyrc = /home/fayland/somewhere/.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. |