Subject: | perlcritic test may fail |
See http://analysis.cpantesters.org/reports_by_field?distv=DBIx-Class-DigestColumns-Lite-0.03;field=fail%3At%2Fperlcritic.t for some example reports.
On my smoker machines the fail log starts like this:
# Failed test 'Test::Perl::Critic for "blib/lib/DBIx/Class/DigestColumns/Lite.pm"'
# at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Perl/Critic.pm line 104.
#
# Variable, subroutine, and package names have to be in CamelCase at line 12, column 1. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 9. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 13, column 16. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 36. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 51. (no explanation). (Severity: 5)
# Method invocation should use "()" at line 14, column 56. Use "->MethodName()" instead of "->MethodName". (Severity: 5)