Subject: | Some sort of issues with LICENSE section |
I'm getting this error, despite the LICENSE section being present:
xt/kwalitee.t .. 1/?
# Failed test 'has_license_in_source_file'
# at xt/kwalitee.t line 12.
# 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.
The error goes away if I add this code in my pod (the "Artistic" part seems significant):
=head1 LICENSE AND COPYRIGHT
Artistic
If I remove it, the test fails with the aforementioned error, even though this part is present in the code:
=head1 LICENSE AND COPYRIGHT
This program is licensed under the Creative Commons Attribution-ShareAlike
License. To view a copy of this license, visit
L<http://creativecommons.org/licenses/by-sa/1.0/> or send a letter to Creative
Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.