Nowadays, I got trouble by xt/01_spelling.t. Then I wrote a new spelling checker written in perl.
Pros.
Cons.
You can use it as testing module like following:
use Test::Spellunker;
all_pod_files_spelling_ok();
It's so easy.
And you can use spellunker-pod
in CLI.
Latest version of Minilla runs Test::Spellunker automatically on testing.
Enjoy!
QA Hackathon で aspell つかってるけどいろいろ微妙だなあ、っていう話を gfx としていたのですが、「Pure Perl でスペルチェッカーつくったほうがはやいわー」って gfx がいうので、ためしにつくってみたところ、ぜんぜん一日ではおわらなくて今日やっと安定したかんじなのでブログにのっけました。
私の手元にある pod ではおおむね問題ない挙動をしていますが、気になる点があったら github issues まで。