The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Dist-Zilla-Plugin-Test-PodSpelling

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 14:35:59 Europe/Vienna
	- Require Test::Spelling 0.12 in the injected test (thanks doherty for the
	  suggestion)

1.111480  2011-05-28 23:20:32 Europe/Vienna
	- automatically add author names from dist.ini to stopwords (thanks
	  xenoterracide for the suggestion)

1.103491  2010-12-15 23:06:11 Europe/Vienna

1.103490  2010-12-15 17:12:06 Europe/Vienna
	- added configuration (wordlist, spell_cmd, stopwords) to this plugin
	  (thanks harleypig)

1.101420  2010-05-22 18:07:04 Europe/Vienna
	- 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 23:23:23 Europe/Vienna
	- original version