Subject: | Perl::Critic test should be an author test |
Currently Pod-Trac test suite fails when Perl::Critic tests fail. It is
easy to have a Perl::Critic installation that fails harmless looking
tests. I, for example, see:
# Variable, subroutine, and package names have to be in CamelCase at
line 167, column 34. (no explanation). (Severity: 5)
# Looks like you failed 1 test of 1.
t/perlcritic.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
This is because I have Perl::Critic::OTRS installed on this perl.
HTH,