in reply to Package declaration & use strict;
The solution I've found that works best is code reviews. If you see something that violates the coding standards your organization has in place, then you need to flag it in the code review.
Aren't doing code reviews? Why not do the next best thing and pair-program. If Joe writes the test, Bill writes the code. If Bill writes the test, Joe writes the code. End result is both tests and reviews. This works really well in distributed environments, too. :-)
|
|---|