2
votes
Perl aids for regression testing
The community standard workhorses are Test::Simple (for getting started with testing) and Test::More (for once you want more than Test::Simple can do for you). Both are built around the concept of …
0
votes
Conventions for Perl Test::More module
Perl testing scripts aren't special or magic in any way. As such, they can contain the exact same things that any other Perl script can.
You can name routines anything you want, and call th …
