in reply to Tips for managing Perl projects?

You could require the use of perldoc perlstyle (or make variations on that). Also require proper documentation. It's rather interesting to know what some code is supposed to do, rather than reading the obvious (which can be found in the source easilly).

--
b10m

All code is usually tested, but rarely trusted.