Re: [Catalyst] Moose's make_immutable in Catalyst classes

2012-10-24 Thread Tomas Doran
On 24 Oct 2012, at 05:35, Toby Corkindale wrote: I was just wondering.. should we be adding Moose's make_immutable call to the end of these classes? ie. __PACKAGE__-meta-make_immutable; This makes things faster if you construct lots of them (and also makes things a bit safer, as they can't

Re: [Catalyst] Catalyst-Runtime 5.90017 isntallation problem

2012-10-24 Thread Dimitar Petrov
Just to add that version 5.90018 has been released which I guess fix that issue. Cheers, Dimitar On Tue, Oct 23, 2012 at 10:26 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 22 Oct 2012, at 07:48, Siddhartha wrote: Hi I have problem to install Catalyst-Runtime 5.90017 on OpenSUSE

Re: [Catalyst] Progress bar

2012-10-24 Thread Lorn
I'm not following the thread but, did you guys know about http://wiki.nginx.org/HttpUploadProgressModule. ? They work together with upload module, and dont overload your backend with upload files, nginx handle that and just pass the file path to the backend. -- Lorn On Wednesday, 24 de

RE: [Catalyst] Progress bar

2012-10-24 Thread Craig Chant
Or a plethora of other methods using PHP/Perl/JQuery/Flash/HTML5 https://github.com/blueimp/jQuery-File-Upload http://www.uploadify.com/ http://sourceforge.net/projects/uber-uploader/ From: Lorn [mailto:l...@lornlab.org] Sent: 24 October 2012 13:45 To: The elegant MVC web framework Subject:

[Catalyst] [ANNOUNCE] Catalyst-Runtime version 5.90018

2012-10-24 Thread John Napiorkowski
I'm pleased to announce Catalyst version 5.90018!  This release solves pointless test failures when installing Catalyst due to recent changes in HTTP::Message. You may not consider this a mandatory upgrade unless this issue is biting you. Thanks! John Napiorkowski

Re: [Catalyst] Progress bar

2012-10-24 Thread Bill Moseley
On Wed, Oct 24, 2012 at 5:44 AM, Lorn l...@lornlab.org wrote: I'm not following the thread but, did you guys know about http://wiki.nginx.org/HttpUploadProgressModule. ? PerlBal (as in this old post: http://lists.danga.com/pipermail/perlbal/2005-November/000138.html ) can do this as well. I

Re: [Catalyst] Progress bar

2012-10-24 Thread Fred Moyer
On Wed, Oct 24, 2012 at 9:59 AM, Bill Moseley mose...@hank.org wrote: On Wed, Oct 24, 2012 at 5:44 AM, Lorn l...@lornlab.org wrote: I'm not following the thread but, did you guys know about http://wiki.nginx.org/HttpUploadProgressModule. ? PerlBal (as in this old post: