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

I too find this design philosophy beneficial.

Which tools do you use? How do you put them together?


TGI says moo

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

Replies are listed 'Best First'.
Re^3: How do manage your Perl application development, build, and deployment?
by pileofrogs (Priest) on Mar 18, 2009 at 17:19 UTC

    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.