Re: [Catalyst] Alternatives to Catalyst ?

2010-04-28 Thread Marcello Romani
J. Shirley ha scritto: On Tue, Apr 27, 2010 at 2:39 AM, Oleg Pronin syber@gmail.com wrote: Why can't nobody understand, the question is not why someone should use $c-req-{params}. Of course that is an evil. Problem is that if i could get -{parameters}{name} at a speed 100x there can't be

Re: [Catalyst] Dist::Zilla + Catalyst?

2010-04-28 Thread Matt S Trout
On Mon, Apr 26, 2010 at 06:03:15AM -0400, John SJ Anderson wrote: On Apr 25, 2010, at 12:10 , Ævar Arnfjörð Bjarmason wrote: On Sun, Apr 25, 2010 at 15:39, John SJ Anderson geneh...@genehack.org wrote: Is anybody using Dist::Zilla in combination with Catalyst? If so, are you just

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-28 Thread Matt S Trout
On Tue, Apr 27, 2010 at 01:39:44PM +0400, Oleg Pronin wrote: Why can't nobody understand, the question is not why someone should use $c-req-{params}. Of course that is an evil. Problem is that if i could get -{parameters}{name} at a speed 100x there can't be no reason for -params to work as a

Re: [Catalyst] unsubsricbe

2010-04-28 Thread Matt S Trout
On Tue, Apr 27, 2010 at 06:59:53PM +0800, KT Lo wrote: For future reference, mail from shadowcat.co.uk lists contain a standard header List-Unsubscribe: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst, mailto:catalyst-requ...@lists.scsys.co.uk?subject=unsubscribe that

Re: [Catalyst] Pre-Moose version of Catalyst and all plugins?

2010-04-28 Thread Matt S Trout
On Mon, Apr 26, 2010 at 04:09:48PM -0400, Kee Hinckley wrote: I'm trying to get some old code running in a hurry. Unfortunately Moose has completely fouled things up. No it hasn't. Please throw away your preconceptions and report the actual problem. First it broke my use of Error.pm

Re: [Catalyst] Oddness with Catalyst::Plugin::Session::Store::DBIC

2010-04-28 Thread Matt S Trout
On Tue, Apr 27, 2010 at 05:07:36PM +0700, Ben van Staveren wrote: Hi Moritz, Yeah I just figured that one out - but that's new, never saw it do this before to be honest - it's not a big deal actually since in production Static::Simple isn't used and I let lighttpd take care of serving

Re: [Catalyst] Dist::Zilla + Catalyst?

2010-04-28 Thread Ævar Arnfjörð Bjarmason
On Wed, Apr 28, 2010 at 14:30, Matt S Trout m...@shadowcat.co.uk wrote: I'm sorry, I thought that the location of 'Home' was set based on the Makefile.PL. Reviewing the documentation, I see a dist.ini file can also serve for that purpose. However, one of the tenets of Dist::Zilla is that

Re: [Catalyst] Oddness with Catalyst::Plugin::Session::Store::DBIC

2010-04-28 Thread Ben van Staveren
Hi Matt, Check your plugin order; this doesn't normally happen because Static::Simple bypasses the loading of the session. If you've tried it both before and after you load your session plugins, come back to us with the versions of all the plugins you're loading and we'll dig further.

Re: [Catalyst] Dist::Zilla + Catalyst?

2010-04-28 Thread Ævar Arnfjörð Bjarmason
On Wed, Apr 28, 2010 at 15:29, Matt S Trout m...@shadowcat.co.uk wrote: On Wed, Apr 28, 2010 at 03:20:05PM +, Ęvar Arnfjörš Bjarmason wrote: On Wed, Apr 28, 2010 at 14:30, Matt S Trout m...@shadowcat.co.uk wrote: In the case of Catalyst applications, the standard assumption that a

Re: [Catalyst] Oddness with Catalyst::Plugin::Session::Store::DBIC

2010-04-28 Thread Matt S Trout
On Wed, Apr 28, 2010 at 10:58:58PM +0700, Ben van Staveren wrote: Hi Matt, Check your plugin order; this doesn't normally happen because Static::Simple bypasses the loading of the session. If you've tried it both before and after you load your session plugins, come back to us with the

Re: [Catalyst] Alternatives to Catalyst ?

2010-04-28 Thread Андрей П . Ковбович
I was curious about what the big deal is raised, so spent a short test. *** Mojo *** (Alternative to Catalyst) timethese(-1, { param = sub { $tx-req-param('lang') }, params = sub { $tx-req-params-param('lang') }, }); Benchmark: running param, params for at least 1 CPU seconds...

Re: [Catalyst] Oddness with Catalyst::Plugin::Session::Store::DBIC

2010-04-28 Thread Moritz Onken
Right after ConfigLoader ... shouldn't do that. Honestly, the session shouldn't be UPDATEd at all in that case. Like I said though, for me it's not a big deal that this happens, now that I know what causes it, I'm not worried about this showing up on my app_server.pl output during

Re: [Catalyst] Oddness with Catalyst::Plugin::Session::Store::DBIC

2010-04-28 Thread Moritz Onken
Right after ConfigLoader ... shouldn't do that. Honestly, the session shouldn't be UPDATEd at all in that case. Like I said though, for me it's not a big deal that this happens, now that I know what causes it, I'm not worried about this showing up on my app_server.pl output during

Re: [Catalyst] Oddness with Catalyst::Plugin::Session::Store::DBIC

2010-04-28 Thread Ben van Staveren
Which is great. But a lot of users leave Static::Simple loaded, so while it's not going to bother you it -will- bother them. So, in the name of paying karma forwards, any chance I could have the versions anyway please? *Cough* remind me not to answer emails late at night :D Okay I've got