Re: [Catalyst] OT: Use the CPAN, Luke? (was: Catalyst install failure due to Mouse.pm on Debian Etch)

2008-11-27 Thread Zbigniew Lukasiak
On Thu, Nov 27, 2008 at 3:55 AM, Aristotle Pagaltzis [EMAIL PROTECTED] wrote: * Toby Corkindale [EMAIL PROTECTED] [2008-11-27 01:55]: The problem is the dependency Mouse (0.11) fails its unit tests there. That's really the sole solid argument against a flamboyant use-the-CPAN attitude: you

Re: [Catalyst] FormValidator and FV_eq_with constraint method

2008-11-27 Thread darrenferguson
Answering my own question again. It appears that you have to add all fields to either the required or optional array in order that Data::FormValidator processes them correctly. -- View this message in context:

Re: [Catalyst] Re: OT: Use the CPAN, Luke?

2008-11-27 Thread Ian Sillitoe
Maybe there should be a list of modules that should be preferred for certain purposes when writing Catalyst extensions? Of course we don't to *prescribe* any of them, since the main selling point of Catalyst is that cares more about being glue and about having an opinion. So if you want to

Re: [Catalyst] PDF upload problems (prob OT)?

2008-11-27 Thread Dr. Jennifer Nussbaum
Hi. Following up here after some time on another project. --- On Fri, 11/7/08, Joel Bernstein [EMAIL PROTECTED] wrote: From: Joel Bernstein [EMAIL PROTECTED] Subject: Re: [Catalyst] PDF upload problems (prob OT)? To: The elegant MVC web framework catalyst@lists.scsys.co.uk Date: Friday,

Re: [Catalyst] PDF upload problems (prob OT)?

2008-11-27 Thread Tomas Doran
On 27 Nov 2008, at 12:51, Dr. Jennifer Nussbaum wrote: I have added this debug code, and discovered that for this file it is always 9 bytes. Thats what it is in the filesystem before i upload it, thats what it is when Cat reports it as T0m suggest i do above, and thats what it is when

Re: [Catalyst] Catalyst install failure due to Mouse.pm on Debian Etch

2008-11-27 Thread Marcus Ramberg
On Thu, Nov 27, 2008 at 1:47 AM, Toby Corkindale [EMAIL PROTECTED] wrote: Hi guys, I'm having trouble getting Catalyst to install (via CPAN) on a fresh Debian Etch install. The problem is the dependency Mouse (0.11) fails its unit tests there. (I'd guess due to the older versions of some

Re: [Catalyst] Catalyst install failure due to Mouse.pm on Debian Etch

2008-11-27 Thread Tomas Doran
On 27 Nov 2008, at 11:40, Simon Elliott wrote: Hey toby... http://search.cpan.org/src/MRAMBERG/Catalyst-Action- RenderView-0.08/Makefile.PL - I'm pretty sure RenderView does not depend on Mouse. is does however depend on Data::Visitor which uses Squirrel, so installing Moose should

Re: [Catalyst] PDF upload problems (prob OT)?

2008-11-27 Thread Dr. Jennifer Nussbaum
--- On Thu, 11/27/08, Tomas Doran [EMAIL PROTECTED] wrote: From: Tomas Doran [EMAIL PROTECTED] Subject: Re: [Catalyst] PDF upload problems (prob OT)? To: [EMAIL PROTECTED] Cc: The elegant MVC web framework catalyst@lists.scsys.co.uk, [EMAIL PROTECTED] Date: Thursday, November 27, 2008,

[Catalyst] Catalyst::Controller::SOAP no operation `index' for portType error

2008-11-27 Thread Zbigniew Lukasiak
Hi, I have a SOAP controller based on WSDL. Maybe I confused something but I understood that I need to add # this is the endpoint from where the RPC operations will be # dispatched. This code won't be executed at all. # See Catalyst::Controller::SOAP::RPC. sub index :Local

Re: [Catalyst] Catalyst::Controller::SOAP no operation `index' for portType error

2008-11-27 Thread Ian Sillitoe
I've been playing with this recently. What have you actually defined your endpoint to be in the WSDL? definition ... service name=MyService port name=MyServicePort binding=tns:MyServiceBinding * soap:address location=http://example.com/service/* /port

Re: [Catalyst] Catalyst install failure due to Mouse.pm on Debian Etch

2008-11-27 Thread Toby Corkindale
Marcus Ramberg wrote: On Thu, Nov 27, 2008 at 1:47 AM, Toby Corkindale [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi guys, I'm having trouble getting Catalyst to install (via CPAN) on a fresh Debian Etch install. The problem is the dependency Mouse (0.11) fails its unit

Re: [Catalyst] Catalyst install failure due to Mouse.pm on Debian Etch

2008-11-27 Thread Toby Corkindale
Simon Elliott wrote: Hey toby... http://search.cpan.org/src/MRAMBERG/Catalyst-Action-RenderView-0.08/Makefile.PL - I'm pretty sure RenderView does not depend on Mouse. is does however depend on Data::Visitor which uses Squirrel, so installing Moose should solve this. Squirrel is bundled

Re: [Catalyst] Catalyst install failure due to Mouse.pm on Debian Etch

2008-11-27 Thread Toby Corkindale
Toby Corkindale wrote: Hi guys, I'm having trouble getting Catalyst to install (via CPAN) on a fresh Debian Etch install. The problem is the dependency Mouse (0.11) fails its unit tests there. (I'd guess due to the older versions of some core packages). I've raised

Re: [Catalyst] Re: OT: Use the CPAN, Luke?

2008-11-27 Thread Johan Lindstr�m
At 06:58 2008-11-27, Aristotle Pagaltzis wrote: According to the Mouse docs, Mouse supports the most commonly used features of Moose, but runs in 25% of the time. I'm happy I think that may be referring to startup time (and the Mouse POD refers to compile time actually). In the context

[Catalyst] OT Apache question

2008-11-27 Thread Jesse Sheidlower
A few weeks ago I asked a series of questions about caching, at the end of which discussion it was suggested that I use Apache, instead of Cat with the Static::Simple plugin, to serve my static files. I had tried this once before and ran into problems and given up, so, the question: I'd prefer

Re: [Catalyst] OT Apache question

2008-11-27 Thread Toby Corkindale
Jesse Sheidlower wrote: A few weeks ago I asked a series of questions about caching, at the end of which discussion it was suggested that I use Apache, instead of Cat with the Static::Simple plugin, to serve my static files. I had tried this once before and ran into problems and given up, so,

Re: [Catalyst] OT Apache question

2008-11-27 Thread Andrew Rodland
On Thursday 27 November 2008 08:45:16 pm Jesse Sheidlower wrote: However my document root is at /usr/local/www/data, which obviously does not include /usr/local/www/modules. So, if I try to follow the Static::Simple suggestion of adding, say, Location /Incomings/static SetHandler

Re: [Catalyst] OT Apache question

2008-11-27 Thread Jesse Sheidlower
On Thu, Nov 27, 2008 at 07:10:20PM -0800, J. Shirley wrote: On Thu, Nov 27, 2008 at 6:45 PM, Jesse Sheidlower [EMAIL PROTECTED] wrote: [Details of unbelievably n00bish Apache config question] this obviously won't work because /Incomings/static isn't in fact under my document root, it's in

Re: [Catalyst] OT Apache question

2008-11-27 Thread Kieren Diment
On 28/11/2008, at 2:30 PM, Jesse Sheidlower wrote: Is it worth putting this into the C::P::Static::Simple docs, Yes, that would be the right place for it. A recipe for lighttpd would be good too. or other places where we talk about Apache configs? I will quite obviously volunteer for

Re: [Catalyst] OT Apache question

2008-11-27 Thread Jesse Sheidlower
On Fri, Nov 28, 2008 at 02:40:26PM +1100, Kieren Diment wrote: On 28/11/2008, at 2:30 PM, Jesse Sheidlower wrote: Is it worth putting this into the C::P::Static::Simple docs, Yes, that would be the right place for it. Done, but A recipe for lighttpd would be good too. Since I've never

Re: [Catalyst] Re: OT: Use the CPAN, Luke?

2008-11-27 Thread Dave Rolsky
On Fri, 28 Nov 2008, Johan Lindstr?m wrote: At 06:58 2008-11-27, Aristotle Pagaltzis wrote: According to the Mouse docs, Mouse supports the most commonly used features of Moose, but runs in 25% of the time. I'm happy I think that may be referring to startup time (and the Mouse POD refers

Re: [Catalyst] OT Apache question

2008-11-27 Thread J. Shirley
On Thu, Nov 27, 2008 at 8:13 PM, Jesse Sheidlower [EMAIL PROTECTED] wrote: On Fri, Nov 28, 2008 at 02:40:26PM +1100, Kieren Diment wrote: On 28/11/2008, at 2:30 PM, Jesse Sheidlower wrote: Is it worth putting this into the C::P::Static::Simple docs, Yes, that would be the right place for