On Wed, May 2, 2012 at 12:44 PM, Luke Patterson <[email protected]> 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
_______________________________________________ kc mailing list [email protected] http://mail.pm.org/mailman/listinfo/kc
