Subject: | t/perlcritic.t may fail (0.0.3, 0.0.4) |
Depending on what critic modules are installed the test may fail. On one of my smoker machines:
...
# Failed test 'Test::Perl::Critic for "blib/lib/Git/Repo/Commits.pm"'
# at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Perl/Critic.pm line 104.
#
# Variable, subroutine, and package names have to be in CamelCase at line 19, column 6. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 20, column 6. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 7. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 23. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 6. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 44. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 23, column 6. (no explanation). (Severity: 5)
...
# Variable, subroutine, and package names have to be in CamelCase at line 48, column 6. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 49, column 10. (no explanation). (Severity: 5)
t/perlcritic.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...