in reply to How do you organize your Perl applications?
Our structure is like that of other people. One somewhat useful thing we do is to put a ./install script in each CVS project directory.
Most of our ./install scripts are made of 'cp' commands. As simple minded as this seems, we've found it more effective than a written .txt checklist or our memory.
Our deploy sequence is something like:
./test.pl cvs commit ./install
|
|---|