[Catalyst] Resources to learn catalyst

2012-03-01 Thread Chankey Pathak
I am new to catalyst. I know Perl at beginner level (finished reading Learning Perl). I am following the catalyst tutorial at CPAN. Let me know some more resources to learn catalyst. Thanks :) -- Regards, Chankey Pathak __

[Catalyst] Multiple actions matching a request - what happens?

2012-03-01 Thread Gianni Ceccarelli
Imagine you have a set of actions that match the same request. Maybe they have the same :Path, or maybe you're using Catalyst::ActionRole::MatchRequestMethod or something similar, and you do: sub post_foo :Path('foo') Method('POST') { } sub other_foo :Path('foo') { } intending for the 'other_

Re: [Catalyst] New edition of The Definitive Guide to Catalyst?

2012-03-01 Thread Willi Schiegel
Thank you, Kieren. So I will buy your book now :-) On 03/01/2012 11:06 AM, Kieren Diment wrote: On 01/03/2012, at 8:54 PM, Willi Schiegel wrote: Hello, does anybody know whether there will be a new edition of this book with all the new things 5.9 has? Since I am new to all this Perl web fr

Re: [Catalyst] New edition of The Definitive Guide to Catalyst?

2012-03-01 Thread Kieren Diment
On 01/03/2012, at 8:54 PM, Willi Schiegel wrote: > Hello, > > does anybody know whether there will be a new edition of this book with all > the new things 5.9 has? Since I am new to all this Perl web framework stuff > and especially PSGI it would be very helpful to have one source to start >

[Catalyst] New edition of The Definitive Guide to Catalyst?

2012-03-01 Thread Willi Schiegel
Hello, does anybody know whether there will be a new edition of this book with all the new things 5.9 has? Since I am new to all this Perl web framework stuff and especially PSGI it would be very helpful to have one source to start learning. Thank you. Best, Willi _

Re: [Catalyst] Catalyst 5.90010 server must be in CWD to run?

2012-03-01 Thread Dimitar Petrov
I think the latest commit actually fixes that issue (thanks to t0m). You can check out here: https://github.com/rafl/catalyst-runtime/commit/a8946dc8b4ba4c46b4db564b8f9692d48cc7a62f Cheers On Thu, Mar 1, 2012 at 9:09 AM, Felix Ostmann wrote: > Plz dont change to $FindBin::RealBin/.. ! That will

Re: [Catalyst] Catalyst 5.90010 server must be in CWD to run?

2012-03-01 Thread Felix Ostmann
Plz dont change to $FindBin::RealBin/.. ! That will break our projects (we use script/http/catayst_fastcgi_server.pl). 2012/2/29 Louis Erickson > > On Feb 22, 2012, at 10:57 PM, Dami Laurent (PJ) wrote: > > >> -Message d'origine- > >> De : Kieren Diment [mailto:dim...@gmail.com] > > [..