Skip Menu |

This queue is for tickets about the Test-CheckChanges CPAN distribution.

Report information
The Basics
Id: 133132
Status: new
Priority: 0/
Queue: Test-CheckChanges

People
Owner: Nobody in particular
Requestors: kloczko.tomasz [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: 0.14



Subject: test suite is failing
perl 5.32 + cd Test-CheckChanges-0.14 + TEST_AUTHOR=1 + ./Build test t/changes.t ......... ok t/missing.t ......... ok t/mixxed.t .......... ok t/multi.t ........... ok t/parse_all.t ....... ok t/parse_apocal.t .... ok t/parse_common.t .... ok t/parse_common3.t ... ok t/parse_versionN.t .. ok t/parse_yaml.t ...... ok t/pod.t ............. ok t/pod_coverage.t .... ok t/test1a.t .......... ok t/test1b.t .......... ok t/test1c.t .......... ok t/test2.t ........... ok t/test3.t ........... ok t/test4.t ........... ok t/test5.t ........... ok t/test6.t ........... ok t/test7.t ........... ok t/testx.t ........... ok t/testy.t ........... ok t/testz.t ........... ok t/tpcp.t ............ 1/? # Failed test 'Test::Perl::Critic for "blib/lib/Test/CheckChanges.pm"' # at /usr/share/perl5/vendor_perl/Test/Perl/Critic.pm line 121. # # Three-argument form of open used at line 124, column 9. Three-argument open is not available until perl 5.6. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 128, column 20. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Three-argument form of open used at line 131, column 9. Three-argument open is not available until perl 5.6. (Severity: 5) # Three-argument form of open used at line 175, column 9. Three-argument open is not available until perl 5.6. (Severity: 5) t/tpcp.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/unit.t ............ ok Test Summary Report ------------------- t/tpcp.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=26, Tests=40, 3 wallclock secs ( 0.12 usr 0.05 sys + 2.26 cusr 0.45 csys = 2.88 CPU) Result: FAIL Failed 1/26 test programs. 1/40 subtests failed.