NAME
    Dist::Zilla::Plugin::PerlTidy - PerlTidy in Dist::Zilla

VERSION
    version 0.08

SYNOPSIS
        # dist.ini
        [PerlTidy]

        # or
        [PerlTidy]
        perltidyrc = xt/.perltidyrc

  perltidyrc
   dist.ini
        [PerlTidy]
        perltidyrc = xt/.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 like above, we will fall back to ENV PERLTIDYRC

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

AUTHOR
      Fayland Lam <fayland@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2009 by Fayland Lam.

    This is free software; you can redistribute it and/or modify it under
    the same terms as perl itself.

