I have written a small Perl script and now I would like to create a test suite for it. I thought it would be nice to be able to use the script as a module, import t
use
Why not writing a test suite in a shell script, with the Perl script called like any other shell command ?