Re: threading a needle on TEST

2006-07-02 Thread Tom Allison
Tom Allison wrote: And so I'm really frustrated and not sure how it's all suppose to glue together for me, "Joe Developer" who is trying to just write some modules for my own personal use with the idea that some year I can release something to CPAN. But some of these tools don't quite gel to

Re: threading a needle on TEST

2006-07-02 Thread Tom Allison
Tom Phoenix wrote: 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 r

Re: threading a needle on TEST

2006-07-02 Thread Tom Phoenix
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 te