Subject: | Fails with recent Test::Kwalitee |
I'm seeing tests fail with Test::Kwalitee 1.12:
t/97_pod-coverage.t .. ok
t/97_pod.t ........... ok
These tests should not be running unless AUTHOR_TESTING=1 and/or RELEASE_TESTING=1!
# Failed test 'has_license_in_source_file'
# at t/98_kwalitee.t line 16.
# Error: Does not have license information in any of its source files
# Remedy: Add =head1 LICENSE and the text of the license to the main module in your code.
# Looks like you failed 1 test of 14.
t/98_kwalitee.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/14 subtests
Test Summary Report
-------------------
t/98_kwalitee.t (Wstat: 256 Tests: 14 Failed: 1)
Failed test: 13
Non-zero exit status: 1
HTH && Thanks && Regards,