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

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

2011-04-26 Thread Nicholas Wehr
: [Catalyst] building 'local' lib with dependencies for shipping Reply-To: The elegant MVC web framework catalyst@lists.scsys.co.uk 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

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

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

2011-04-25 Thread Miquel Ruiz
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? Hi, You could give a try to lib::xi . It will install directly the