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 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 MVC web framework <catalyst@lists.scsys.co.uk>
> > Subject: Re: [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 to run cataylst independant from your systems perl
> installation.
> >
> > i thought just copying the complete local::lib tree would solve the
> problem to have the exactly the same module-versions on all maschines
> (development boxes and production)
> > but than i figured out, if the maschine-architecture is different then
> just copying the local::lib dir would not work.
> >
> > using cpans Bundle system puts modulename + versions into the bundle
> file, but installing from this bundle also installs new-versions of modules
> if they are installed as a depenceny.
> >
> > any ideas, how to solve this issue ?
> > byyee, bernhard
> >
> >
> > On 25.04.2011, at 15:32, 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,
> >>
> >> You could give a try to lib::xi . It will install directly the
> dependencies using cpanm, though.
> >>
> >> Hope it helps.
> >>
> >> --
> >> Miquel Ruiz
> >>
> >> _______________________________________________
> >> List: Catalyst@lists.scsys.co.uk
> >> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> >> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> >> Dev site: http://dev.catalyst.perl.org/
> >
> > --
> > Bernhard Bauch, Webdevelopment
> > ZSI - Zentrum für soziale Innovation
> > ba...@zsi.at
> >
> >
> > _______________________________________________
> > List: Catalyst@lists.scsys.co.uk
> > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> > Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> > Dev site: http://dev.catalyst.perl.org/
>
> --
> Bernhard Bauch, Webdevelopment
> ZSI - Zentrum für soziale Innovation
> ba...@zsi.at
>
>
> _______________________________________________
> List: Catalyst@lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to