Subject: | Perl::Critic tests may fail |
Another test suite with the perlcritic test possibly failing (probably depending on installed perlcritic policies):
# Failed test 'Test::Perl::Critic for "blib/lib/Siffra/Logger.pm"'
# at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Perl/Critic.pm line 121.
#
# Variable, subroutine, and package names have to be in CamelCase at line 19, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 35, column 10. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 35, column 21. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 35, column 37. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 36, column 8. (no explanation). (Severity: 5)
...