Skip to content

ci: add cpanm fallback for older Perl Docker images#113

Draft
Koan-Bot wants to merge 1 commit into
cpan-authors:mainfrom
Koan-Bot:koan.atoomic/fix-ci-cpm-fallback
Draft

ci: add cpanm fallback for older Perl Docker images#113
Koan-Bot wants to merge 1 commit into
cpan-authors:mainfrom
Koan-Bot:koan.atoomic/fix-ci-cpm-fallback

Conversation

@Koan-Bot
Copy link
Copy Markdown
Contributor

Summary

  • Older perldocker/perl-tester images (5.10–5.22) no longer ship cpm pre-installed
  • CI matrix jobs fail with cpm: not found on these Perl versions
  • Added cpanm --installdeps as fallback when cpm is unavailable

Why

Multiple open PRs show UNSTABLE status due to this infrastructure issue, not code bugs. Fixes CI for all current and future PRs on older Perl versions.

Testing

CI on this PR will validate the fix across the full Perl version matrix.

🤖 Generated with Claude Code

Older perldocker/perl-tester images (5.10-5.22) no longer ship cpm
pre-installed, causing CI failures on all PR branches. Fall back to
cpanm --installdeps when cpm is not found.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant