1use strict;
2use warnings;
3use Test::More;
4
5eval 'use Test::Spelling 0.11';
6plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
7plan skip_all => 'set TEST_SPELLING to enable this test' unless $ENV{TEST_SPELLING};
8
9set_spell_cmd('aspell list');
10
11add_stopwords(<DATA>);
12
13all_pod_files_spelling_ok();
14
15__DATA__
16merchantability
17Doran
18FIXME
19Gruber
20Gruber's
21daringfireball
22Kulp
23METADATA
24Metadata
25MultiMarkdown
26WikiWords
27blockquotes
28metadata
29textMetaData
30url
31wiki
32wikilinks
33xHTML
34xhtmlMetaData
35lua
36haskell
37maruku
38javascript
39php
40reStructuredText
41Pandoc
42API
43MDTest
44preprocess
45urls
46STDIN
47STDOUT
48XHTML
49html
50shortversion
51quux
52GitHub
53Redistributions
54Gunnar
55
56