add a bunch of author-only tests
[gitmo/MooseX-Singleton.git] / xt / pod-spell.t
CommitLineData
da16d915 1use strict;
2use warnings;
3
4use Test::Spelling;
5
6my @stopwords;
7for (<DATA>) {
8 chomp;
9 push @stopwords, $_
10 unless /\A (?: \# | \s* \z)/msx; # skip comments, whitespace
11}
12
13add_stopwords(@stopwords);
14set_spell_cmd('aspell list -l en');
15all_pod_files_spelling_ok;
16
17__DATA__
18metaclass
19SIGNES