http://qs1969.pair.com?node_id=1205182


in reply to seek harsh critique

Replies are listed 'Best First'.
Re^2: seek harsh critique
by coyocanid (Sexton) on Dec 08, 2017 at 17:15 UTC
    Thanks for the info. Will run thru the podchecker and spellchecker.

      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.