The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::PerlTidy::WithExceptions - PerlTidy in Dist::Zilla

VERSION

version 0.001

METHODS

munge_file

Implements the required munge_file method for the Dist::Zilla::Role::FileMunger role, munging each Perl file it finds. Files whose names do not end in .pm, .pl, or .t, or whose contents do not begin with #!perl are left alone.

SYNOPSIS

    # dist.ini
    [PerlTidy::WithExclusions]
    exceptions = ^share

    # or
    [PerlTidy::WithExclusions]
    perltidyrc = xt/.perltidyrc
    exceptions = ^share

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

  • Fayland Lam <fayland@gmail.com>

  • Mark Gardner <mjgardner@cpan.org>

  • Kent Fredric <kentfredric@gmail.com>

  • Curtis Jewell <csjewell@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Fayland Lam, 2021 by Curtis Jewell

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.