1[PerlCritic]
2select = **/*.{pl,pm,t,psgi}
3ignore = .build/**/*
4ignore = HTML-FillInForm-*/**/*
5ignore = blib/**/*
6ignore = t/00-*
7ignore = t/author-*
8ignore = t/release-*
9ignore = t/zzz-*
10ignore = xt/**/*
11argv = --profile=$ROOT/perlcriticrc
12
13[PerlTidy]
14select = **/*.{pl,pm,t,psgi}
15ignore = .build/**/*
16ignore = HTML-FillInForm-*/**/*
17ignore = blib/**/*
18ignore = t/00-*
19ignore = t/author-*
20ignore = t/release-*
21ignore = t/zzz-*
22ignore = xt/**/*
23argv = --profile=$ROOT/perltidyrc
24
25[Test::Vars]
26select = **/*.pm
27ignore = .build/**/*
28ignore = HTML-FillInForm-*/**/*
29ignore = blib/**/*
30ignore = t/00-*
31ignore = t/author-*
32ignore = t/release-*
33ignore = t/zzz-*
34ignore = xt/**/*
35