Included in v0.0.20
check-spelling is built around some small perl blobs.
Eventually, the shell script that drives it may also be converted into a perl script...
Testing coverage would make it easier to make changes to check-spelling and have confidence that they don't break things.
The first step is splitting the perl scripts into tiny .pl
wrapper scripts and a similarly named .pm
module file.
Using Test::More
gives basic test coverage for the tiny files.
It also provides a roadmap for more test coverage.
I might try Devel::Cover
FAQ | Showcase | Event descriptions | Configuration information | Known Issues | Possible features | Deprecations | Release notes | Helpful scripts