Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
After a long wait, Test::Harness 3.0 is now available for download. Current, the default distribution still points to Test::Harness 2.65_02, but hopefully that will be resolved soon. As it stands, Andy Armstrong did the bulk of the work finishing things up, and the team is quite grateful for this.
There are now only six bugs left in the RT queue, most of which are wishlist items or unlikely to have a wide impact. Until recently, there were 46 bugs in said queue.
There has also been a surprisingly large number of projects already started basing their work on the underlying TAP::Parser module, including:
The following organization use or plan to use the new tools available: Yahoo!, BBC, XMMS2.
As a final piece of good news, Test::Harness::Straps has been released as a separate distribution in case you need time to rely on this module before converting over.
Huzzah! (Score:1)
Test::Class::Parrallel (Score:2)
You're welcome :) So, when's Test::Class::Parrallel coming out? ;)
Nice job. (Score:1)
I've followed the email dev threads, and overall, the amount of improvements and work in 3.x is impressive. Nice job all.
With that said, I totally hate the new Test Summary Report format and 'skipped'. The old way was much more readable imho. Maybe my eyes will retrain with time. Who knows.
From an 80 col command window:
OLD:
Re: (Score:2)
Thanks. I'm glad you like what we did, with the exception of the output.
Regarding the output, we do take requests :) Also, it's not too hard to write your own view, but we do want to make it even easier in the future.
Out of curiosity, which Catalyst version is that? I'm having trouble finding it on CPAN and I want to see those parse errors.
So far I find Catalyst [cpan.org]. That's just a short POD file :(
There's also Catalyst::Runtime [cpan.org] which appears to be the correct Catalyst, but I can't tell.
There's also
Re: (Score:1)
http://svn.mangoframework.com/CPAN/Mango/trunk/ [mangoframework.com]
And yes, the current Catalyst is Catalyst::Runtime.
Re: (Score:1)
Catalyst has been split into Catalyst-Runtime [cpan.org] (just the engine), Catalyst-Devel [cpan.org] (all the developer tools; has many more dependencies than the runtime alone) and Catalyst-Manual [cpan.org] (separated so it can be updated without necessitating a -Runtime/-Devel release).