Question

I've been using Python's Buildout for a while and I really like it. My company has a lot of systems developed in Perl and I'm wondering if there is something similar to either Python's Buildout or Ruby's RVM available for Perl. My goal is to be able to automate deployments, development environment setup, and manage dependencies.

Was it helpful?

Solution

I must admit I have heard today the first time about the software you named, but reading the introduction material there is a difference in purpose between Buildout and RVM. An equivalent of the former is Shipwright, of the latter – perlbrew.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top