Re: [Catalyst] FYI: Contracting possibilities

2008-05-14 Thread Peter Edwards
* On Tue, May 13 2008, Ian Docherty wrote: Ian Docherty always feels people who refer to themselves in the third person are being pretentious, as in http://zenshadow.vox.com/profile/ ;-) http://www.linkedin.com/in/michaeljschultz Michael Schultz CEO of GenMobi apparently doing social

Re: [Catalyst] Suggestions for CatalystX::Installer

2008-05-14 Thread Paul Cain
Here is output from Module::ScanDeps #.pl file 'AutoLoader' = '5.64', 'File::Spec' = '3.2701', 'File::Spec::Unix' = '3.2701', 'Scalar::Util' = '1.19', 'inc::Module::Install' = '0.72', 'Cwd' = '3.2701', 'List::Util' = '1.19',

Re: [Catalyst] Suggestions for CatalystX::Installer

2008-05-14 Thread Andreas Marienborg
On May 14, 2008, at 7:16 AM, Paul Cain wrote: I've been examining everything, and was ponder about a few things: PAR looks like a great way to archive a Catalyst app, but it doesn't look like it is possible to un-archive it to where it is back to its original state in case some changes need

Re: [Catalyst] FYI: Contracting possibilities

2008-05-14 Thread Mitch Jackson
Stephen Sykes thinks everyone should use jobs.perl.org for legit gigs. Here's a cat gig posted recently - http://jobs.perl.org/job/8668 [stephen] Not to be confused with jobs.perl.com, at $79/month for a job listing /mitch ___ List:

[Catalyst] Output as XML

2008-05-14 Thread Mitch Jackson
Good morning! I'm about to start working on some DBIC query to XML code, but before I do I was wondering if anybody out there has already done this, or if perhaps my approach is thick-headed. I'm generating XML from database queries in a catalyst app. At the moment, I am doing it a bit like

[Catalyst] C::P::UploadProgress

2008-05-14 Thread Octavian Rasnita
Hi, Can C::P::UploadProgress be made to work under Windows? I've seen that it requires C::P::Cache::FastMmap and this module can't be installed under Windows, even after installing Cache::FastMmap::WithWin32. Thank you. Octavian ___ List:

Re: [Catalyst] C::P::UploadProgress

2008-05-14 Thread Ash Berlin
On 14 May 2008, at 15:32, Octavian Rasnita wrote: Hi, Can C::P::UploadProgress be made to work under Windows? I've seen that it requires C::P::Cache::FastMmap and this module can't be installed under Windows, even after installing Cache::FastMmap::WithWin32. Thank you. Octavian

Re: [Catalyst] C::P::UploadProgress

2008-05-14 Thread Andy Grundman
On May 14, 2008, at 10:32 AM, Octavian Rasnita wrote: Hi, Can C::P::UploadProgress be made to work under Windows? I've seen that it requires C::P::Cache::FastMmap and this module can't be installed under Windows, even after installing Cache::FastMmap::WithWin32. It will work with any

[Catalyst] Post-login redirection problem

2008-05-14 Thread Dr. Jennifer Nussbaum
Hi, I just upgraded some packages on my server, including some versions of Catalyst. Now Im getting problems after i log in a user. Im using the RequireSSL plugin, but now, after a user logs in successfully, instead of going to http://www.mysite.com/myapp/, it goes to

Re: [Catalyst] Post-login redirection problem

2008-05-14 Thread Bill Moseley
On Wed, May 14, 2008 at 08:29:00AM -0700, Dr. Jennifer Nussbaum wrote: Hi, I just upgraded some packages on my server, including some versions of Catalyst. Now Im getting problems after i log in a user. Im using the RequireSSL plugin, but now, after a user logs in successfully, instead of

Re: [Catalyst] C::P::UploadProgress

2008-05-14 Thread Octavian Rasnita
From: Ash Berlin [EMAIL PROTECTED] Can C::P::UploadProgress be made to work under Windows? I've seen that it requires C::P::Cache::FastMmap and this module can't be installed under Windows, even after installing Cache::FastMmap::WithWin32. Thank you. Octavian Doesn't work how? Build

Re: [Catalyst] Post-login redirection problem

2008-05-14 Thread Dr. Jennifer Nussbaum
Bill Moseley [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 08:29:00AM -0700, Dr. Jennifer Nussbaum wrote: Hi, I just upgraded some packages on my server, including some versions of Catalyst. Now Im getting problems after i log in a user. Im using the RequireSSL plugin, but now, after

[Catalyst] please take me off your list

2008-05-14 Thread sellhigh
I signed up for this system this afternoon and already have had several e-mails from people who have had enormous difficulties trying to access the system. Life is too short to get involved in this so please take me off your mailing list kind regards Don -- I am using the free version of

Re: [Catalyst] please take me off your list

2008-05-14 Thread Andy Armstrong
On 14 May 2008, at 16:00, sellhigh wrote: I signed up for this system this afternoon and already have had several e-mails from people who have had enormous difficulties trying to access the system. Life is too short to get involved in this so please take me off your mailing list kind

[Catalyst] Issue with Catalyst:Can't locate object method get_user via package Catalyst::Plugin::Authentication::Store::DBIC

2008-05-14 Thread kakimoto
hi, there, i have installed catalyst and done a few of the tutes you have put on the net on my macbook. Runs great. i am using a Postgresql db backend. I am now doing the authentication tutorial and have been stuck in a bad error for ages. [error] Caught exception in

Re: [Catalyst] Output as XML

2008-05-14 Thread Russell Jurney
Have you thought about using this: http://search.cpan.org/~sri/ Catalyst-View-REST-XML-0.01/XML.pm with raw data to achieve the desired speed? Not sure where your bottleneck is, but if TT is a problem then I assume XML::Simple is faster than TT to serialize XML? Russell Jurney [EMAIL