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


in reply to Organizing Module Tests Sensibly

Totally agree with chromatic. Keep the tests in the same directories as the modules -- makes it easier to keep them up-to-date. While File::Find is a good wrapper for a programmatic smoke suite, the "prove" command (from T::Harness? Or is it from T::More? I forget) is great for running the suite from the command line, often, and flexibly.

More testing = less bugs = less work = more happiness

water