Subject: | perlcritic test may fail |
On my smoker systems I see the following failure:
# Failed test 'Test::Perl::Critic for "lib/Image/Magick/Text/AutoBreak.pm"'
# at /opt/perl-5.24.0/lib/site_perl/5.24.0/Test/Perl/Critic.pm line 104.
#
# Variable, subroutine, and package names have to be in CamelCase at line 14, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 15, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 29, column 18. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 31, column 8. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 33, column 3. (no explanation). (Severity: 5)
... (snipped) ...
Probably this happens only if Test::Perl::Critic and Perl::Critic::OTRS are installed.