NAME

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

VERSION

version 0.08_01

SYNOPSIS

$ dzil perltidy
# OR
$ dzil perltidy .myperltidyrc

perltidyrc

dzil config

In your global dzil setting (which is '~/.dzil' or '~/.dzil/config.ini'), you can config the perltidyrc like:

[PerlTidy]
perltidyrc = /home/fayland/somewhere/.perltidyrc

ENV PERLTIDYRC

If you do not config the dzil, we will fall back to ENV PERLTIDYRC

export PERLTIDYRC=/home/fayland/somwhere2/.perltidyrc

AUTHORS

Fayland Lam <fayland@gmail.com>
Mark Gardner <mjgardner@cpan.org>

COPYRIGHT AND LICENSE

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 perl itself.