Re: [Catalyst] Failing tests on Centos 4.4

2006-10-28 Thread Matt Patterson
On 27 Oct 2006, at 03:22, [EMAIL PROTECTED] wrote: I just installed Catalyst on a fresh CentOS 4.4 using the instructions in Catalyst::Manual::Installation::CentOS4 and it worked fine. Maybe there is some other module out of date and causing a conflict? You can run the cat-install described

Re: [Catalyst] Failing tests on Centos 4.4

2006-10-28 Thread hkclark
On 10/28/06, Matt Patterson [EMAIL PROTECTED] wrote: On 27 Oct 2006, at 03:22, [EMAIL PROTECTED] wrote: I just installed Catalyst on a fresh CentOS 4.4 using the instructions in Catalyst::Manual::Installation::CentOS4 and it worked fine. Maybe there is some other module out of date and

[Catalyst] what's a user_class?

2006-10-28 Thread Ken Perl
I am trying the sample application of authentication but got below errors while starting the server, what's a user class? [debug] Loaded Path actions: .-+--. | Path| Private

Re: [Catalyst] Catalyst::Engine needs a stop method

2006-10-28 Thread Matt S Trout
[EMAIL PROTECTED] wrote: On 10/27/06, Jon [EMAIL PROTECTED] wrote: I need to launch a long-running (minutes up to hours) background program from Catalyst. I have it working almost well enough - I do the usual double-fork, closing standard file descriptors, and had to take some particular care

Re: [Catalyst] Catalyst::Engine needs a stop method

2006-10-28 Thread Jon
However, I'd love to see a proper RFC for an Engine stop method on catalyst-dev so we can have a proper discussion about it. Moving discussion to catalyst-dev now... -- Jon ___ List: Catalyst@lists.rawmode.org Listinfo:

[Catalyst] trouble with LocationMatch

2006-10-28 Thread Hironori Yoshida
I have a problem when using LocationMatch REGEXP to specify the location of Catalyst. When I use LocationMatch, $c-req-path and $c-req-base includes REGEXP. e.g. http://localhost:3000/%5E/.*$/ Environment: Catalyst: 5.008001 Apache: 2.2.2-1 (Cygwin) ModPerl: 2.0.2 I found the same problem in

Re: [Catalyst] trouble with LocationMatch

2006-10-28 Thread Matt S Trout
Hironori Yoshida wrote: However, the patch is just a sample. I want the opinion about it. Without it including additions to the tests we've no idea what it does or whethr it works so can't really give you an opinion. Any chance of a test or three? -- Matt S Trout Offering custom