Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expect certain non-dictionary words in docs
  • Loading branch information
Chip committed Jan 26, 2011
1 parent 90cf33c commit e4ec56e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xt/podspell.t
@@ -1,5 +1,8 @@
use Test::More; use Test::More;
eval q{ use Test::Spelling }; eval q{
use Test::Spelling;
add_stopwords(qw( multi unsubscribe unsubscribing versa ));
};
plan skip_all => "Test::Spelling is not installed." if $@; plan skip_all => "Test::Spelling is not installed." if $@;
add_stopwords(<DATA>); add_stopwords(<DATA>);
set_spell_cmd("aspell -l en list"); set_spell_cmd("aspell -l en list");
Expand Down

0 comments on commit e4ec56e

Please sign in to comment.