http://qs321.pair.com?node_id=1154378


in reply to Testing in Perl

One of the things we are looking to do is run automatic tests (e.g. Test::More) for our code. A discussion arose on what should we test automatically....

What does that mean "automatic"?

Replies are listed 'Best First'.
Re^2: Testing in Perl
by mrguy123 (Hermit) on Feb 04, 2016 at 11:11 UTC
    Good question, sorry about the confusion.
    It means having the tests in a file (eg test.t) which you can run via a cronjob or each time you make changes to the code.