http://www.perlmonks.org?node_id=471563


in reply to Is there a better way to get all the t/.t test files an array?

You can also test your code within a module directory. Then you can let Perl's make system find all of your .t files for you and test with a simple 'make test' on the command line.