pkgsrc/devel/p5-Test-Inline/DESCR

4 lines
213 B
Text
Raw Normal View History

Test::Inline is a way to embed tests in the same file as your source code
rather than in a seperate file. The idea is, the closer your tests are to
your code and docs, the more likely you'll keep them up to date.