Re: [Catalyst] Progress bar

2012-10-19 Thread Tomas Doran
On 18 Oct 2012, at 16:14, Bill Moseley wrote: > How close is this version of Catalyst for a release? Unfortunately, I > noticed this while preparing for an app release next week. About now - there are a couple of other patches, and I have half a tuit spare :) Cheers t0m _

[Catalyst] [ANNOUNCE] Catalyst-Runtime 5.90017

2012-10-19 Thread Tomas Doran
I'm very happy to announce the latest release of Catalyst-Runtime. This release contains a number of small improvements to enable extensibility, and a bug fix. Full changelog below as always. Cheers t0m 5.90017 - 2012-10-19 22:33:00 - Change Catalsyt _parse_attrs so that when sub attr handle

[Catalyst] Use of uninitialized value in delete

2012-10-19 Thread Bill Moseley
Sorry for the duplicate if you are on the SF Perl list. In server logs I'm seeing this warnings: Use of uninitialized value in delete with a line number pointing to this line: delete $c->stash->{foo}; I didn't think that delete() issued a warning, and I can't seem to make it happen: $ perl

Re: [Catalyst] Two questions about caching

2012-10-19 Thread Hugh Barnard
Thanks Alexander...the FastMmap is being used for caching...but this isn't a really high-traffic system either, so it may not be an issue...thanks again Hugh On 19 October 2012 10:55, Alexander Hartmaier < alexander.hartma...@t-systems.at> wrote: > On 2012-10-19 09:57, Hugh Barnard wrote: > > Hi

Re: [Catalyst] Two questions about caching

2012-10-19 Thread Alexander Hartmaier
On 2012-10-19 09:57, Hugh Barnard wrote: Hi folks The first question is a little 'simple' but I need to be sure anyway: 1. If I go $c->cache->set("key", $value); is that available to all other users within the catalyst instance or just for that user session? Sorry! As you see the cache is on th

[Catalyst] Survey about newcomer experience in the Perl community - closing in 3 days

2012-10-19 Thread Kevin Carillo
Hi, Thank you to all who already took part in the survey. For those who have not yet filled in the survey, the survey is still open until October 22. If you joined the Perl community within the last 2 years and are contributing to an open source catalyst app or to the CatalystX namespace, or if

[Catalyst] Two questions about caching

2012-10-19 Thread Hugh Barnard
Hi folks The first question is a little 'simple' but I need to be sure anyway: 1. If I go $c->cache->set("key", $value); is that available to all other users within the catalyst instance or just for that user session? Sorry! 2. FastMmap vs Memcached [something I know 'outside' Catalyst]. It loo