Fix workflow bugs and add project documentation#2
Draft
toddr-bot wants to merge 1 commit into
Draft
Conversation
Add Makefile.PL fallback to module detection on Windows and BSD (Linux already had it), add missing cpan-sysdeps dry-run step on Windows, and scope apt-only steps to apt-based platforms. Write proper README with usage instructions and platform matrix. Add CLAUDE.md with project conventions. 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
Fix three bugs in the test-repo workflow and replace the placeholder README with real documentation.
Why
Module detection on Windows and BSD was missing the Makefile.PL fallback that Linux had, so modules without META.json/META.yml would silently get an empty module name (breaking cpan-sysdeps). The
apt hacksandFix sources.liststeps were running on all platforms unnecessarily.How
cpan-sysdeps --dry-runstep to Windows job (Linux and BSD already had it)ifconditions toFix sources.list(Debian only) andapt hacks(apt-based only)Testing
Workflow syntax verified. Changes are additive — existing behavior unchanged for platforms that already worked. The new
ifconditions match the existing ones used by theapt-based: installstep.🤖 Generated with Claude Code
Quality Report
Changes: 3 files changed, 108 insertions(+), 1 deletion(-)
Code scan: clean
Tests: skipped
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline