Components of TransGaming::PackageTools: runtests.pl
- All code unit-tested using Test::Inline: test code in modules' POD
=begin testing use_ok 'MyApplication'; can_ok 'MyApplication', 'some_method'; is(MyApplication->some_method, $expected_value); =end testing
- runtests.pl finds all .pm files under ./lib, generates test scripts from their POD, and runs them
- Later: how this gets invoked by dh-make-perl