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