diff options
Diffstat (limited to 't/author-pod-spell.t')
-rw-r--r-- | t/author-pod-spell.t | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/t/author-pod-spell.t b/t/author-pod-spell.t new file mode 100644 index 0000000..f5f0487 --- /dev/null +++ b/t/author-pod-spell.t @@ -0,0 +1,36 @@ + +BEGIN { + unless ($ENV{AUTHOR_TESTING}) { + require Test::More; + Test::More::plan(skip_all => 'these tests are for testing by the author'); + } +} + +use strict; +use warnings; +use Test::More; + +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006008 +use Test::Spelling 0.12; +use Pod::Wordlist; + + +add_stopwords(<DATA>); +all_pod_files_spelling_ok( qw( bin lib ) ); +__DATA__ +DROLSKY +DROLSKY's +Rolsky +Rolsky's +API +PurePerl +env +namespace +Dave +autarch +Peter +Rabbitson +ribasushi +lib +Module +Implementation |