Re: [Catalyst] Mmap of shared file Operation not permitted

2007-08-27 Thread Kiki
Dennis Daupert wrote: I had not changed anything on the hosted site, but noticed the apache2 error log statement. I upgraded the OS -- debian etch -- upgraded all perl modules, noticed I could not install Catalyst-Plugin-Session-Store-FastMmap as root using CPAN.pm. I got same error as above:

Re: [Catalyst] Template rendering error under mod_perl

2007-06-29 Thread Kiki
Richard Jones wrote: Having developed my application sufficiently to see it working well so far, I though I should configure it to run under mod_perl. I have used the TTSite helper to generate the templates. The app runs fine using myapp_server.pl, but under mod_perl I get the following:

[Catalyst] [OT] Applying patches under Win32

2007-05-10 Thread Kiki
Thank you for this solution. I hope I will be able to apply it. BTW (and sorry for off topicness) do you know a way of applying the diff results under Windows in other way than manually editing the target file? Thanks. Octavian The fastest way is getting the Win32 port of GNU patch from

Re: [Catalyst] [RFC] ditch svn

2007-04-18 Thread Kiki
Jonathan Rockway wrote: I think it's pretty clear that Subversion is a failure for our project. We use topic branches heavily, and that's just not something svn (or really svk) is designed for. I hearby propose that we switch to git. I envision each project in trunk to be a separate

Re: [Catalyst] putting an object in the stash

2007-03-13 Thread Kiki
Simon Wilcox wrote: Not necessarily, you can also bless scalars and arrays. A blessed array, in particular can be a very effective way of improving performance for certain types of data structures. Strictly speaking you can bless any reference, although the most useful are hashes and

OT: Re: [Catalyst] creating binaries

2007-01-17 Thread Kiki
I know I shouldn't feed the trools, but what the heck. Octavian Rasnita wrote: Yes I agree, but the customers would prefer to get the program from another source, and don't pay anything for it. I would say that treating your customers as potential thieves won't get you very far in doing

Re: [Catalyst] 404 Not Found

2006-12-21 Thread Kiki
Octavian Rasnita wrote: sub bunatati : General { my ( $self, $c ) = @_; $c-res-body(okokok); } As far as I can see ( from http://search.cpan.org/~jrockway/Catalyst-Manual-5.700501/lib/Catalyst/Manual/Intro.pod#Actions ) there's no such thing as a General action, but there is a Global action

Re: [Catalyst] Dojo madness

2006-11-15 Thread Kiki
.) I'll hunt down the Dojo mailing list next and post there, but thought I'd post this here for your WTF confusement first. Toby A quick google search indicates that for IE you should also add a /base tag http://dojotoolkit.org/pipermail/dojo-interest/2006-October/018666.html Cheers, Kiki

Re: [Catalyst] Advice for Catalyst::Plugin::Authentication::Store::DBIC needed

2006-10-05 Thread Kiki
Bernhard Graf wrote: [EMAIL PROTECTED] wrote: What you need to do is subclass C::P::A::Credential, and override the login() method. The login method is where the username and password are checked, so you probably want to do something like the following (probably borrowing the password

[Catalyst] Catalyst::Model minor doc patch

2006-09-19 Thread Kiki
Attatched a small patch to make Catalyst::Model POD consistent with Catalyst::View POD. Kiki Index: lib/Catalyst/Model.pm === --- lib/Catalyst/Model.pm (revision 4965) +++ lib/Catalyst/Model.pm (working copy) @@ -15,6 +15,11

[Catalyst] RFC: JobQueue Job Notification

2006-09-19 Thread Kiki
Hello, Anyone who's interested in the Catalyst::Engine::JobQueue, please provide some feedback. Here's the deal: you have a jobqueue running, jobs have been setup... each job is sent as a $request to your app (auto, begin, controller action, etc.), which deals with it and generates a response.

Re: [Catalyst] RFC: JobQueue Job Notification

2006-09-19 Thread Kiki
of the stash; depending on debug levels of course. My $0.02 Regards, Jonathan Rockway Thx, Kiki ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com