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