NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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: NEW:
Reply to This
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).