in reply to Re: how to migrate a large perl 4ish CGI site to mod_perl
in thread how to migrate a large perl 4ish CGI site to mod_perl

Perl Medic makes it very clear that a test suite is a basic requirement to modernize legacy code. other wise you never know that the chances you make will not break the application.

That and a good versioning system (CVS, Perforce, Subversion, ...) is the way to go.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re^2: how to migrate a large perl 4ish CGI site to mod_perl