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


Took the dog for a walk and we are both friends again...

Assumption: all tests will be run from the development 'root' directory (~/foo/ where the module name is foo.pm)



prove -v -Ilib t/*.t



I could have sworn I read this part.....

So, to get started the recipe is essentially:

module-starter [lots of options...]
cd foo
prove -v -Ilib t/*.t

And I guess it is just that simple.
But it sure didn't feel like it.

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