<div>Mongers,</div><div><br></div><div>I'm creating an isolated, versioned environment to run some scripts in.  The scripts are written in everything from Perl to Ruby to Python.</div><div><br></div><div>I have a few parts pretty much figured out.  I'm using:</div>
<div>Ruby: <a href="https://github.com/sstephenson/rbenv">rbenv</a>, <a href="https://github.com/sstephenson/ruby-build">ruby-build</a>, <a href="http://gembundler.com/">bundler</a></div><div>Python: <a href="http://pypi.python.org/pypi/virtualenv">virtualenv</a>, <a href="http://pypi.python.org/pypi/pip">pip</a><span id="goog_1267884009"></span><span id="goog_1267884010"></span><a href="/"></a></div>
<div>Node: <a href="http://npmjs.org/">npm</a></div><div><br></div><div>What about Perl, though?</div><div><br></div><div>So far, for Perl, I like <a href="http://perlbrew.pl/">Perlbrew</a> for retrieving Perls, but I'm not sure what to use for <b>module retrieval/installation</b>.  Ideally, I want the <a href="http://gembundler.com/gemfile.html">Gemfile</a>/<a href="http://package.json.nodejitsu.com/">package.json</a> approach where I can list my <b>versioned</b> dependencies in a file, and let the tool download everything.  I see some information 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 figuring out what I should use.</div>
<div><br></div><div><b>What are the cool kids using?</b>  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.</div>
<div><br></div><div><br></div><div>Thanks,</div><div>Luke</div>