The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# $Id: perlcritic-checker.conf 38 2011-02-20 15:10:59Z xdr.box $
#
{   allow_emergency_commits  => 1,
    emergency_comment_prefix => 'NO CRITIC',
    progressive_mode         => 1,

    profiles => [
        {   pattern => qr{[.](pm|pl|t)$},
            profile => 'perlcritic-brutal.conf',
        },
    ],
}