Re: [Catalyst] trouble with LocationMatch

2006-10-30 Thread Dave Howorth
Hironori Yoshida wrote: -$base_path = $location; +$self-apache-path_info =~ m/$location/msx; +$base_path = $;# I know this is the match-vars Programming Perl, Third Edition 24.2.1. Time Efficiency Avoid $ and its two buddies, $` and $'. Any occurrence in your

[Catalyst] Re: trouble with LocationMatch

2006-10-30 Thread A. Pagaltzis
* Dave Howorth [EMAIL PROTECTED] [2006-10-30 11:40]: Hironori Yoshida wrote: -$base_path = $location; +$self-apache-path_info =~ m/$location/msx; +$base_path = $;# I know this is the match-vars Programming Perl, Third Edition 24.2.1. Time Efficiency

Re: [Catalyst] packaging and porting Catalyst

2006-10-30 Thread Bill Moseley
On Sun, Oct 29, 2006 at 06:55:54PM -0500, Jonathan Rockway wrote: If you're interested, reply to the dev list indicating which distro/OS you'd like to work on. I've claimed OpenBSD, and there is a gentoo portage tree in SVN. However, Debian is quite out of date, and the other Linuxes seem

[Catalyst] Re: packaging and porting Catalyst

2006-10-30 Thread A. Pagaltzis
* Bill Moseley [EMAIL PROTECTED] [2006-10-30 16:00]: One disadvantage of generating packages for distributions is that users without root access (such as on shared hosting) cannot install the packages. I have a tarball I used for on Debian Stable that I unpack into $HOME/local. It has the

Re: [Catalyst] Re: packaging and porting Catalyst

2006-10-30 Thread Bill Moseley
On Mon, Oct 30, 2006 at 04:04:09PM +0100, A. Pagaltzis wrote: * Bill Moseley [EMAIL PROTECTED] [2006-10-30 16:00]: One disadvantage of generating packages for distributions is that users without root access (such as on shared hosting) cannot install the packages. I have a tarball I

Re: [Catalyst] Re: packaging and porting Catalyst

2006-10-30 Thread J. Shirley
I'm also interested in getting an EC2 (Amazon's grid computing) image for Catalyst up and running. I've been playing around with it a bit, if there is more of a desire for this let me know. I'm still trying to come up with some good use cases as to why an EC2 image is worth the work getting

[Catalyst] Re: packaging and porting Catalyst

2006-10-30 Thread A. Pagaltzis
* Bill Moseley [EMAIL PROTECTED] [2006-10-30 16:25]: But, who is the target of this effort? Everyone. The more people can be catered to, the better. If you want to maintain a batteries-included tarball, go ahead. If others want to provide OS-specific packages, great. If people want to build

Re: [Catalyst] Re: packaging and porting Catalyst

2006-10-30 Thread Jonathan Rockway
Bill Moseley wrote: But, who is the target of this effort? I thought it was to help get past the often difficult process of installing Catalyst via CPAN. Or is it to get providers, like Dreamhost, to include Catalyst in their offerings to their users? Actually, for Dreamhost it might be

[Catalyst] Chained actions usage and DBIC performance

2006-10-30 Thread Nilson Santos Figueiredo Junior
Lately I've been using chained actions a lot, since it ends up making everything look cleaner and more organized. I tend to structure things in a way that I've got some Catalyst actions that load some items from the database which are the root of the chain and then I've got another set of

Re: [Catalyst] Chained actions usage and DBIC performance

2006-10-30 Thread John Napiorkowski
--- Nilson Santos Figueiredo Junior [EMAIL PROTECTED] wrote: Lately I've been using chained actions a lot, since it ends up making everything look cleaner and more organized. I tend to structure things in a way that I've got some Catalyst actions that load some items from the database

RE: [Catalyst] Re: template comparison

2006-10-30 Thread Perrin Harkins
On Sun, 2006-10-29 at 18:05 +, Jon Warbrick wrote: If considering Mason as a templating language for Catalyst, it's worth looking at Text::MicroMason (and Catalyst::View::MicroMason). Agreed. Mason is not just a templating system but rather a full web development framework, and you will

[Catalyst] catalyst + embedded systems?

2006-10-30 Thread Jonathan Rockway
Anyone try anything like this: http://bec-systems.com/web/content/view/46/9/ with Perl5 and Catalyst? I'd be interested in hearing how it performs. Regards, Jonathan Rockway -- package JAPH;use Catalyst qw/-Debug/;($;=JAPH)-config(name = do { $,.=reverse qw[Jonathan tsu rehton lre rekca

Re: [Catalyst] catalyst + embedded systems?

2006-10-30 Thread Ash Berlin
Jonathan Rockway wrote: Anyone try anything like this: http://bec-systems.com/web/content/view/46/9/ with Perl5 and Catalyst? I'd be interested in hearing how it performs. Regards, Jonathan Rockway I've got an embedded nix device that i've been doing some other work for, and will have to