Re: Test::Deep maintenance begun

2010-09-30 Thread Fergal Daly
Thank you! F On 29 September 2010 19:39, Ricardo Signes wrote: > > This morning I released Test::Deep 0.107 > >  http://search.cpan.org/~rjbs/Test-Deep-0.107/ > > It has a very small number of changes pulled entirely from the RT queue.  I > will continue to make small releases over the next few

writing tests in an OO paradigm with Test::Routine

2010-09-30 Thread Ricardo Signes
I've recently uploaded my new Moose-based system for writing reusable test behavior. I'm very happy with it so far and hope that it can be useful to others, too. I have written about the system and how it works, with links to further material, here: http://rjbs.manxome.org/rubric/entry/1858

running Test::Class tests in parallel

2010-09-30 Thread Uwe Völker
Hello, I have over 200 Test::Class tests in several directories and I want to run them in parallel like prove -j. The code uses Moose and a home-grown framework, so startup cost is significant. Ideally I would like to load/use all test classes and start then the parallel testing. Right now I have