Subject: | perlcritic test may fail |
t/perlcritic.t may fail like this (probably only if Perl::Critic::OTRS is installed):
...
# Failed test 'Test::Perl::Critic for "blib/lib/TRD/Watch/Ping.pm"'
# at /opt/perl-5.25.5/lib/site_perl/5.25.5/Test/Perl/Critic.pm line 104.
#
# 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 21, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 26, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 27, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 28, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 29, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 30, column 31. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 31, column 5. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 31, column 32. (no explanation). (Severity: 5)
# Perlsecret risk. Venus at line 33, column 3. Perlsecret detected: %s. (Severity: 5)
...