
Dist::Zilla::App::Command::perltidy - perltidy your dist

version 0.12
$ 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.


This software is copyright (c) 2011 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.