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

2011-04-27 Thread Fernan Aguero
On Wed, Apr 27, 2011 at 11:59 AM, Fernan Aguero wrote: > On Tue, Apr 26, 2011 at 8:29 PM, Nicholas Wehr > wrote: >> 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, shipw

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

2011-04-27 Thread Octavian Rasnita
From: "Fernan Aguero" On Tue, Apr 26, 2011 at 8:29 PM, Nicholas Wehr wrote: > 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 b

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

2011-04-27 Thread Nicholas Wehr
I would suggest that you create a new test shipyard and import only PerlMagick. I'm curious what would come up during the build there. you may find that you need to fiddle with this module's shipwright build "scripts". fyi - I was able to pass in additional flags to my builds; example: > export M

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

2011-04-27 Thread Fernan Aguero
On Tue, Apr 26, 2011 at 8:29 PM, Nicholas Wehr wrote: > 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 exam

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 brea

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 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 installed Shipwright and fol

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 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? > > Hi, >

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

2011-04-26 Thread Nicholas Wehr
he 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 > > Date: 26. April 2011 12:33:08 MESZ > > To: The elegant MVC web fr

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 problem

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 depen