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


in reply to Re^2: seek harsh critique
in thread seek harsh critique

I have a pre-commit hook that runs (apart from normal test suite) some pod coverage, syntax, and spelling checks. The checks themselves live under xt/ directory so they don't get called when someone else installs the module, only when I'm committing. Quite annoying at first, but it's generally worth it.