On 7/2/06, Tom Allison <[EMAIL PROTECTED]> wrote:

So I tried to run all the tests at once using:

perl -T -I/home/tom/foo/lib t/*
and it runs only the first one found.... Ignoring the other 4 test scripts.

Perl's -T runtime switch doesn't mean "test"! :-)  If you want to run
the full set of tests for a module, the usual way is 'make test'. (You
may need to run 'perl Makefile.PL' and 'make' first.)

Hope this helps!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to