Subject: | Perl::Critic tests may fail (0.03) |
On some of my smokers:
...
# Failed test 'Test::Perl::Critic for "blib/lib/ExtUtils/ModuleMaker/Siffra.pm"'
# at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Perl/Critic.pm line 121.
#
# Use of "require" is not allowed at line 13, column 5. Use Require() method of MainObject instead. (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 21, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 22, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 40, column 1. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 42, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 93, column 1. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 95, column 10. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 95, column 17. (no explanation). (Severity: 5)
... (etc) ...
t/perlcritic.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Probably failure or non-failure depends on the set of perlcritic policies installed on a system.