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
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
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