From dbix-class at trout.me.uk Wed Sep 2 14:29:44 2009 From: dbix-class at trout.me.uk (Matt S Trout) Date: Wed Sep 2 14:29:47 2009 Subject: [Catalyst-dev] And lo, doth the spice flow once more Message-ID: <20090902142944.GK21351@agaton.scsys.co.uk> The mailman queue runner apparently decided to implode over the bank holiday weekend. I've delivered a short sharp blow to the rump with the flat of a chainsaw and it appears to be going again. Apologies for the mail delivery delays. -- Matt S Trout Catalyst and DBIx::Class consultancy with a clue Technical Director and a commit bit: http://shadowcat.co.uk/catalyst/ Shadowcat Systems Limited mst (@) shadowcat.co.uk http://shadowcat.co.uk/blog/matt-s-trout/ From brian.cassidy at gmail.com Wed Sep 2 14:46:50 2009 From: brian.cassidy at gmail.com (Brian Cassidy) Date: Wed Sep 2 14:54:56 2009 Subject: [Catalyst-dev] C::P::I18N patch to include languages list In-Reply-To: References: <2679357A-9568-4102-8710-C40BDFF80979@opsera.com> Message-ID: <5b9efcc90909020746heceff6ck85f6c1c58e1f391e@mail.gmail.com> On Sun, Aug 30, 2009 at 2:25 PM, Tomas Doran wrote: > Did this patch get applied and released? It appears to have been applied, but no release has been prep'ed. -- Brian Cassidy (brian.cassidy@gmail.com) From paulm at paulm.com Wed Sep 16 00:54:14 2009 From: paulm at paulm.com (Paul Makepeace) Date: Wed Sep 16 00:54:38 2009 Subject: [Catalyst-dev] Catalyst missing dep on recent Encode Message-ID: We recently ran into a test failure on our suite, Caught exception in engine "Wide character in syswrite at /usr/local/share/perl/5.10.0/Catalyst/Engine.pm line 638." Upgrading from Encode 2.23 to latest 2.37 solved it. Encode 2.33 also worked. Not sure if this is considered a Cat issue but in any case this seems to affect at least Catalyst 5.8/11 and 5.8/12 (latest). Any extra info needed, lemme know. Paul From bobtfish at bobtfish.net Fri Sep 18 00:17:40 2009 From: bobtfish at bobtfish.net (Tomas Doran) Date: Fri Sep 18 00:17:42 2009 Subject: [Catalyst-dev] Catalyst missing dep on recent Encode In-Reply-To: References: Message-ID: <9F2CD64F-8776-4C3E-ABC0-9BF2E7DCE115@bobtfish.net> On 16 Sep 2009, at 01:54, Paul Makepeace wrote: > Upgrading from Encode 2.23 to latest 2.37 solved it. Encode 2.33 > also worked. > > Not sure if this is considered a Cat issue but in any case this seems > to affect at least Catalyst 5.8/11 and 5.8/12 (latest). > > Any extra info needed, lemme know. Catalyst itself doesn't use Encode - are you using one of the Unicode plugins or etc in your app? Cheers t0m From bobtfish at bobtfish.net Fri Sep 18 17:31:23 2009 From: bobtfish at bobtfish.net (Tomas Doran) Date: Fri Sep 18 17:31:27 2009 Subject: [Catalyst-dev] MooseX::MethodAttributes dev release - please test! Message-ID: <4AB3C3EB.10107@bobtfish.net> Hiya I have released MooseX::MethodAttributes 0.16_01, which solves the issues with role combination for method attributes roles. Specifically, in a class, you can now say: with qw/ Role1 Role2 /; and the role composition (and conflict detection) will work correctly, rather than having to say with 'Role1'; with 'Role2'; and not getting these benefits. This has involved some core Moose work (thanks rafl!!) to support this, and also quite a significant restructuring of the MethodAttributes code. I'd appreciate if some people could install and try out this release on their general applications using roles before I release it, and specifically test out the role combination feature. http://search.cpan.org/~bobtfish/MooseX-MethodAttributes-0.16_01/ http://search.cpan.org/~bobtfish/MooseX-MethodAttributes-0.16_01/lib/MooseX/MethodAttributes/Role.pm http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-0.16_01.tar.gz Thanks in advance! t0m