Re: [Catalyst] building 'local' lib with dependencies for shipping

2011-04-26 Thread Bernhard Bauch
hey, i've also been hanging around with the same question/problem. local::lib in combination with perl-brew is super, to bundle perl and all modules needed to run cataylst independant from your systems perl installation. i thought just copying the complete local::lib tree would solve the

Fwd: [Catalyst] building 'local' lib with dependencies for shipping

2011-04-26 Thread Bernhard Bauch
just saw on the dbix::class list they're discussing the same thing: http://lists.scsys.co.uk/pipermail/dbix-class/2011-April/thread.html see [Dbix-class] Module versioning Begin forwarded message: From: Bernhard Bauch ba...@zsi.at Date: 26. April 2011 12:33:08 MESZ To: The elegant

Re: [Catalyst] building 'local' lib with dependencies for shipping

2011-04-26 Thread Nicholas Wehr
a local::lib alternative is Shipwright; created by Best Practical the makers of RT defect tracker. its worth checking out as it does exactly what you're trying to do. On Tue, Apr 26, 2011 at 3:40 AM, Bernhard Bauch ba...@zsi.at wrote: just saw on the dbix::class list they're discussing the same

[Catalyst] Index action using Catalyst::Controller::REST - Is it possible?

2011-04-26 Thread Kyle Hall
Hello all, I'm trying to write a REST service using the REST controller. The problem I'm running into is I can't seem to use 'index' as I can with the standard catalyst controller. I would like my URIs to look like /api/rest/documents, /api/rest/staff and so on. From these paths I would like to

[Catalyst] Cookie + basic auth?

2011-04-26 Thread Bill Moseley
I'm looking for a little help working out the logic for dealing with cookies and basic auth in the same request. I use a cookie to hold a session ID. The session is only created for users that log in -- essentially the session ID stores the user object and is used as an authentication token. It

Re: [Catalyst] Index action using Catalyst::Controller::REST - Is it possible?

2011-04-26 Thread Devin Austin
On Tue, Apr 26, 2011 at 11:37 AM, Kyle Hall kyle.m.h...@gmail.com wrote: Hello all, I'm trying to write a REST service using the REST controller. The problem I'm running into is I can't seem to use 'index' as I can with the standard catalyst controller. I would like my URIs to look like

Re: [Catalyst] building 'local' lib with dependencies for shipping

2011-04-26 Thread Fernan Aguero
On Mon, Apr 25, 2011 at 10:32 AM, Miquel Ruiz m.rui...@gmail.com wrote: On 25/04/2011 15:03, Fernan Aguero wrote: My question is: apart from a 'hit and miss' approach (or a 'put everything and the kitchen sink') ... is there a smart way of building a list of the dependencies for any one app?

Re: [Catalyst] building 'local' lib with dependencies for shipping

2011-04-26 Thread Fernan Aguero
On Tue, Apr 26, 2011 at 11:43 AM, Nicholas Wehr catal...@bionikchickens.com wrote: a local::lib alternative is Shipwright; created by Best Practical the makers of RT defect tracker. its worth checking out as it does exactly what you're trying to do. Nicholas, thanks for your suggestion. I

Re: [Catalyst] building 'local' lib with dependencies for shipping

2011-04-26 Thread Nicholas Wehr
Shipwright is not a silver bullet - it has issues of its own. For catalyst projects I created a dependency finder that issues shipwright import commands. on top of that, shipwright is not forgiving with regards to build errors, for example - a non-uniform Makefile.PL of a CPAN dependency might