Subject: | Test::Kwalitee test fails |
"Build test" fails (note that AUTHOR_TESTING and/or RELEASE_TESTING is not set on my system):
...
These tests should not be running unless AUTHOR_TESTING=1 and/or RELEASE_TESTING=1!
# Failed test 'has_human_readable_license'
# at t/kwalitee.t line 6.
# Error: This distribution does not have a license defined in the documentation or in a file called LICENSE
# Details:
# Neither LICENSE file nor LICENSE section in pod was found.
# Remedy: Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
# Failed test 'has_license_in_source_file'
# at t/kwalitee.t line 6.
# Error: Does not have license information in any of its source files
# Details:
# LICENSE section was not found in the pod.
# Remedy: Add =head1 LICENSE and the text of the license to the main module in your code.
# Looks like you failed 2 tests of 17.
t/kwalitee.t .............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/17 subtests
...