[Kc] Isolated and repeatable Perl environment

Chris Stinemetz chrisstinemetz at gmail.com
Wed May 2 10:48:15 PDT 2012


On Wed, May 2, 2012 at 12:44 PM, Luke Patterson <lukewpatterson at gmail.com>
wrote:
> Mongers,
>
> I'm creating an isolated, versioned environment to run some scripts in.
 The
> scripts are written in everything from Perl to Ruby to Python.
>
> I have a few parts pretty much figured out.  I'm using:
> Ruby: rbenv, ruby-build, bundler
> Python: virtualenv, pip
> Node: npm
>
> What about Perl, though?
>
> So far, for Perl, I like Perlbrew for retrieving Perls, but I'm not sure
> what to use for module retrieval/installation.  Ideally, I want the
> Gemfile/package.json approach where I can list my versioned dependencies
in
> a file, and let the tool download everything.  I see some information
> in http://www.cpan.org/modules/INSTALL.html , but I'm having a hard time
> figuring out what I should use.
>
> What are the cool kids using?  I don't need any build tool features, just
> the ability to specify which libraries should be downloaded and installed
> into the local, private collection of modules.
>

Have you checked out local::lib

http://search.cpan.org/~apeiron/local-lib-1.008004/lib/local/lib.pm

HTH,

Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/kc/attachments/20120502/4a74c77f/attachment.html>


More information about the kc mailing list