Merged
Conversation
- Add LICENSE => 'perl_5' so CPAN indexes the correct license - Add MIN_PERL_VERSION => '5.006' per ChangeLog v0.49 - Add TEST_REQUIRES for Test::More - Upgrade META_MERGE to meta-spec v2 with structured repository and bugtracker fields - Update GitHub URLs from toddr/Net-Daemon to cpan-authors/Net-Daemon Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3c996ab to
7f9bfac
Compare
Author
Rebase: Modernize Makefile.PL metadataBranch Diff: 1 file changed, 20 insertions(+), 8 deletions(-) Actions
CICI passed. Automated by Kōan |
toddr
approved these changes
Mar 22, 2026
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
Adds missing CPAN metadata fields and updates GitHub URLs in Makefile.PL.
Why
LICENSEwas missing — CPAN indexes this as "unknown", making it harder for downstream consumers to evaluate compatibilityMIN_PERL_VERSIONwas undeclared despite ChangeLog v0.49 documenting 5.6 as minimum — CPAN toolchain can't enforce this without the fieldTEST_REQUIRESwas missing — Test::More dependency only existed in cpanfile, not in the generated METAtoddr/Net-Daemoninstead ofcpan-authors/Net-DaemonHow
LICENSE => 'perl_5'(GPL-1+ or Artistic-1, per POD)MIN_PERL_VERSION => '5.006'TEST_REQUIRESblock for Test::MoreMETA_MERGEto meta-spec v2 with structuredrepositoryandbugtrackerhashescpan-authors/Net-DaemonTesting
Full test suite passes (45 tests). Verified generated MYMETA.json contains correct license, perl version requirement, and test prerequisites.
🤖 Generated with Claude Code
Quality Report
Changes: 1 file changed, 20 insertions(+), 8 deletions(-)
Code scan: clean
Tests: passed (OK)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline