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


Dist-Zilla-Plugin-PerlTidy documentation  | view source Contained in the Dist-Zilla-Plugin-PerlTidy distribution.

Index


NAME

Top

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

VERSION

Top

version 0.09

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

Perl::Tidy

AUTHORS

Top

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

COPYRIGHT AND LICENSE

Top


Dist-Zilla-Plugin-PerlTidy documentation  | view source Contained in the Dist-Zilla-Plugin-PerlTidy distribution.