http://www.perlmonks.org?node_id=11103971


in reply to What is a good, straightforward Perl with Mysql development environment?

Start by putting your codebase into Git or another RCS. Make a new release branch and start developing on that. When it is tested and stable, merge it to the master branch. Continue thus. That way things won't get any worse, and you lay the foundation for improvement.


The way forward always starts with a minimal test.
  • Comment on Re: What is a good, straightforward Perl with Mysql development environment?