Subject: | Perl::Critic tests may fail |
Probably depends on which perlcritic policies are installed:
...
# Failed test 'Test::Perl::Critic for "blib/lib/App/GitHub/Repository.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 24, column 6. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 25, column 6. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 26, column 6. (no explanation). (Severity: 5)
... (etc) ...
# Variable, subroutine, and package names have to be in CamelCase at line 99, column 6. (no explanation). (Severity: 5)
# Variable, subroutine, and package names have to be in CamelCase at line 100, column 10. (no explanation). (Severity: 5)
t/perlcritic.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests