Revision history for Perl extension Dist-Zilla-Plugin-Test-PodSpelling 2.006002 2013-12-19 - fix problem with compile tests stalling on windows (chorny) GH #20 2.006001 2013-09-07 - stop depending on hanekomu word list. Pod::Wordlist is maintained, please request words to be added there - remove hack to prevent dzil from adding generated test deps to your dist that consumes this. 2.006000 2013-05-01 - add contributers to the stopwords list 2.004004 2013-04-29 - fix tests broken by Test::Spelling 0.18 which changed Test::Builder level 2.004003 2013-03-04 - fix ::PodSpellingTests version metadata being wrong 2.004002 2013-03-01 - checked.t should now work on windows if Test::Spelling 0.17+ installed 2.004001 2013-02-14 - Add documentation for directories feature 2.004000 2013-02-14 - Add support for customizable search directories GH #8 - fix bug where unicode names weren't being added properly as stopwords GH #9 2.002006 2012-12-29 - FIXME: skip checked.t for windows, it hangs see Github issue #7 2.002005 2012-06-27 - fix test for perls < 5.10 where qr//m did not work properly 2.002004 2012-04-04 - appears that I forgot to merge 2.002002 before releasing 2.002003 2.002003 2012-04-04 - make tests required for authors but no one else 2.002002 2012-03-07 - fix issue with a dash in the copyrigh holder GH #5 - use Test::Requires over eval 2.002001 2012-01-10 - fix copyright year 2.002000 2012-01-10 - Generate stopwords based on the file names in the distribution 2.001004 2011-12-13 - Fix tests so that spell check passes ( rwstauner ) - Test test contents ( rwstauner ) 2.001003 2011-12-10 - skip checked if OS is BSD, no idea why the tests fail predominantly on BSD 2.001002 2011-11-27 - remove issue where duplicate stopwords could be created - attempt to fix issue with spellchecking engines not working 2.001001 2011-10-26 - skip test if no spellchecking engine found ( rwstauner ) 2.1.0 2011-10-08 [FEATURES] - now checks your bin/ scripts for pod spelling errors [OTHER] - added tests v2.0.0 2011-08-06 [FEATURES] - automatically add copyright owner to stopwords - now an author test - use semantic versioning [DEPRECATED] - use of PodSpellingTests Plugin, use Test::PodSpelling instead. [OTHER] - ownership passes to xenoterracide - Dist Name changed with Module name 1.111520 2011-06-01 - Require Test::Spelling 0.12 in the injected test (thanks doherty for the suggestion) 1.111480 2011-05-28 - automatically add author names from dist.ini to stopwords (thanks xenoterracide for the suggestion) 1.103491 2010-12-15 1.103490 2010-12-15 - added configuration (wordlist, spell_cmd, stopwords) to this plugin (thanks harleypig) 1.101420 2010-05-22 - removed weaver.ini since that's handled in Dist::Zilla's [@MARCEL] now - list Test::Spelling in dist.ini so we don't use() it anymore 1.100690 2010-03-10 - original version