Draft
Conversation
Add =head1 LICENSE to main module POD (core kwalitee), add SECURITY.md with vulnerability reporting contact, and add CONTRIBUTING.md with development guidelines. Update MANIFEST accordingly. Addresses: has_license_in_source_file, has_known_license_in_source_file, has_security_doc, security_doc_contains_contact, has_contributing_doc. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Address all 5 failing CPANTS kwalitee metrics for Net-ACME2 0.41.
Why
cpants.cpanauthors.org reports 1 core, 1 extra, and 3 experimental kwalitee failures. The core metric (
has_license_in_source_file) directly affects the kwalitee score (96.88 → should reach 100).How
=head1 LICENSEadded tolib/Net/ACME2.pmwith standard "same terms as Perl itself" text and link toperlartistic. Fixeshas_license_in_source_file(core) andhas_known_license_in_source_file(extra).SECURITY.mdadded with vulnerability reporting contact. Fixeshas_security_docandsecurity_doc_contains_contact(experimental).CONTRIBUTING.mdadded with development guidelines. Fixeshas_contributing_doc(experimental).Testing
All 307 tests pass. POD syntax verified with
podchecker.🤖 Generated with Claude Code
Quality Report
Changes: 4 files changed, 57 insertions(+)
Code scan: clean
Tests: passed (OK)
Branch hygiene: 1 issue(s)
Generated by Kōan post-mission quality pipeline