sk Skill · affaan-m
perl-testing
Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology. Use when writing Perl tests with Test2::V0 or Test::More, or measuring coverage.
Open on skills.sh ↗read 2026-09-15
- installs 8w
- 1,702
- 30-day movement
- starts with the next reading
- Related entries
- 5
- Connections
- 0
perlbashJavaScript
An agent skill that loads Perl testing guidance covering Test2::V0, Test::More, the prove runner, mocking, and coverage measurement with Devel::Cover, framed around a TDD workflow. Its sections include when-to-use rules, a reference, and common pitfalls such as forgetting done_testing and over-mocking.
Reach for it when writing or reviewing Perl tests so the agent follows established Test2/Test::More patterns instead of improvising.
Use it to
- Write Perl tests with Test2::V0 or Test::More
- Run and configure the prove test runner
- Measure test coverage with Devel::Cover
- Set up mocking and fixtures for Perl tests
- Follow a red-green-refactor TDD workflow
For Perl developers writing or reviewing tests
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 2,900
- Installs, 8 weeks
- 1,702
- Host stars
- 259k
- Host language
- JavaScript
topicsperltestingtest2-v0tddcoveragemocking