NAME
Dist::Zilla::App::Command::perltidy - perltidy your dist
VERSION
version 0.21
SYNOPSIS
$ dzil perltidy
# OR
$ dzil perltidy .myperltidyrc
CONFIGURATION
In your global dzil setting (which is '~/.dzil' or '~/.dzil/config.ini'), you can config the perltidyrc like:
[PerlTidy]
perltidyrc = /home/fayland/somewhere/.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.