Functions
res_check
Compares Dumper output to %expect.
res_check(\%expect, @run);
err_check
Looks for a (-h for usage) error.
err_check(@run);
catch
Catches STDOUT from running @command, and issues ok() for no-stderr and exit-code tests.
my $stdout = catch(@command);