The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[PerlCritic]
select = **/*.{pl,pm,t,psgi}
ignore = .build/**/*
ignore = DateTime-TimeZone-*/**/*
ignore = blib/**/*
ignore = lib/DateTime/TimeZone/Catalog.pm
ignore = lib/DateTime/TimeZone/{Africa,America,Antarctica,Asia,Atlantic,Australia,Europe,Indian,Pacific}/**/*
ignore = lib/DateTime/TimeZone/{CET,CST6CDT,EET,EST5EDT,EST,HST,MET,MST7MDT,MST,PST8PDT,WET}.pm
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zd-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perlcriticrc

[PerlTidy]
select = **/*.{pl,pm,t,psgi}
ignore = .build/**/*
ignore = DateTime-TimeZone-*/**/*
ignore = blib/**/*
ignore = lib/DateTime/TimeZone/Catalog.pm
ignore = lib/DateTime/TimeZone/{Africa,America,Antarctica,Asia,Atlantic,Australia,Europe,Indian,Pacific}/**/*
ignore = lib/DateTime/TimeZone/{CET,CST6CDT,EET,EST5EDT,EST,HST,MET,MST7MDT,MST,PST8PDT,WET}.pm
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zd-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perltidyrc

[Test::Vars]
select = **/*.pm
ignore = .build/**/*
ignore = DateTime-TimeZone-*/**/*
ignore = blib/**/*
ignore = lib/DateTime/TimeZone/Catalog.pm
ignore = lib/DateTime/TimeZone/{Africa,America,Antarctica,Asia,Atlantic,Australia,Europe,Indian,Pacific}/**/*
ignore = lib/DateTime/TimeZone/{CET,CST6CDT,EET,EST5EDT,EST,HST,MET,MST7MDT,MST,PST8PDT,WET}.pm
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zd-*
ignore = t/zzz-*
ignore = xt/**/*