in reply to Re^2: How do manage your Perl application development, build, and deployment?
in thread How do manage your Perl application development, build, and deployment?

I use git, Module::Build and Module::Starter. I have a home-brew system for distributing the libs to my various machines. None of these are great or optimum, but it works.

My needs are pretty simple though. I only have one OS, I don't need multiple versions of anything, I work alone, I only work on small projects.

  • Comment on Re^3: How do manage your Perl application development, build, and deployment?