Search Results

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 …
1
vote

What’s the best online source to learn Perl?

Perl is in a state of (comparatively) rapid change, and has gotten into the position where the best documentation beyond a basic introduction to Perl 5 -- the current major version -- is the electr …
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 …