The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[PerlTidy]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[PerlTidySweet]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[PodTidy]
select = {bin,lib}/**/{tidyall,*.{pl,pm,pod}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[PerlCritic]
select = lib/**/*.pm
argv = --profile $ROOT/perlcriticrc
except_modes = editor dzil
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[SortLines]
select = .gitignore .ispell* **/.gitignore

[Perl::AlignMooseAttributes]
select = {bin,lib,t}/**/*.{pl,pm,t}
except_modes = dzil
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*