Subject: | t/20_policies.t fail on 5.19.10 |
Date: | Fri, 21 Mar 2014 14:34:58 +0000 |
To: | bug-Perl-Critic [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
On Perl 5.19.10:
t/20_policies.t ............................... 705/2675
# Failed test 'Modules::RequireVersionVar - line 72 - Readonly VERSION'
# at t/20_policies.t line 27.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: No package-scoped "$VERSION" variable found at line 1, column 1. ()
# Failed test 'Modules::RequireVersionVar - line 80 - Readonly::Scalar VERSION'
# at t/20_policies.t line 27.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: No package-scoped "$VERSION" variable found at line 1, column 1. ()
# Failed test 'NamingConventions::Capitalization - line 53 - Special case: main'
# at t/20_policies.t line 27.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Package "main" does not start with a upper case letter at line 2, column 1. (package main;)
t/20_policies.t ............................... 2465/2675
# Failed test 'Variables::ProhibitPerl4PackageNames - line 230 - $POSTMATCH'
# at t/20_policies.t line 27.
# Expected 0 violations, got 2. Found violations follow...
# Found violation: "$'" uses the obsolete single quote package separator." at line 2, column 8. ($foo = $';)
# Found violation: "$'" uses the obsolete single quote package separator." at line 3, column 7. (print $';)
t/20_policies.t ............................... 2661/2675
# Failed test 'Variables::RequireNegativeIndices - line 26 - Basic failure'
# at t/20_policies.t line 27.
# Expected 5 violations, got 0.
# Failed test 'Variables::RequireNegativeIndices - line 38 - Complex failures'
# at t/20_policies.t line 27.
# Expected 8 violations, got 0.
# Looks like you failed 6 tests of 2675.
t/20_policies.t ............................... Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/2675 subtests
-zefram