Hi! Please consider following me on twitter: @hanekomu.
2002年09月02日
Test::Comprehensive
Here's a little testing aid. It was inspired by brian d foy.
$ cat t/01comprehensive.t use Test::Comprehensive; $ make test ...
When using this module in a test script, it goes through all the modules in
your distribution, checks their POD, checks that they compile ok and checks
that they all define the same $VERSION.
It defines its own testing plan, so you can't use it in conjunction with
other Test::* modules in the same file. Therefore it's recommended
that you just create a one-line test script as shown above.
posted at: 19:16 | path: /dev | permalink | 0 comments | 0 trackbacks
Comments are closed for this story.
Trackbacks are closed for this story.