This one walks you through Perl testing with Test2::V0 and Test::More, covering the full TDD cycle from red-green-refactor onwards. You get concrete examples of deep comparisons using hash and array builders, mocking with Test::MockModule (with clear warnings against monkey-patching), and coverage reports via Devel::Cover. The prove runner commands are practical, including parallel execution and state management for CI. Activate it when writing new Perl code or migrating legacy test suites. The subtest patterns and fixture setup examples are immediately useful, and the side-by-side Test::More versus Test2 comparisons make migration decisions straightforward.
npx -y skills add affaan-m/ecc --skill perl-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot