Subject: | Tests fail |
I see the following test failures on my smokers:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.27.10/bin/perl5.27.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
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 7.
# 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 7.
# 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
...
# Failed test 'two package'
# at t/test.t line 41.
# got: '1'
# expected: '2'
# Looks like you failed 1 test of 13.
t/test.t ..........
...