Search Results

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 …