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" a

[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] what's a user_class?

2006-10-28 Thread Matt S Trout
Ken Perl wrote: I am trying the sample application of authentication but got below errors while starting the server, what's a user class? http://search.cpan.org/dist/Catalyst-Plugin-Authentication-Store-DBIC/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm#user_class -- Matt S Trout

Re: [Catalyst] template comparison (was: why not mason (was: somethingelse unrelated))

2006-10-28 Thread JT Justman
Joe Landman wrote: >> [Alan Humphrey] --- >> c'mon now. Be fair in your comparisons. Wouldn't the Mason/Cat/DBIC >> example look something like: >> >> >> % while (my $row = $rows->next()) { >> >> <% $row->name %><% $row->whatever %> >> >> % } >> > > yes, this is more apples to apple

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

2006-10-28 Thread Jon
Hi Kennedy, Thanks for the suggestion. Although it's a possible option for me, it's not my preference. Before forking, I set up the context for the background operation in the Cat environment, so I would have to reproduce all of that logic separately if I were to use a separate POE server. --

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: http://lists.rawm

[Catalyst] trouble with LocationMatch

2006-10-28 Thread Hironori Yoshida
I have a problem when using to specify the location of Catalyst. When I use , $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 this ML. http://lists.rawmode.or

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