More spelling skips
[catagits/Catalyst-Action-REST.git] / xt / pod-spell.t
CommitLineData
bd589924 1use strict;
2use warnings;
3
4use Test::More;
5
6eval "use Test::Spelling";
7plan skip_all => "Test::Spelling required for testing POD coverage"
8 if $@;
9
10my @stopwords;
11for (<DATA>) {
12 chomp;
13 push @stopwords, $_
14 unless /\A (?: \# | \s* \z)/msx; # skip comments, whitespace
15}
16
17add_stopwords(@stopwords);
18set_spell_cmd('aspell list -l en');
19
20# This prevents a weird segfault from the aspell command - see
21# https://bugs.launchpad.net/ubuntu/+source/aspell/+bug/71322
22local $ENV{LC_ALL} = 'C';
23all_pod_files_spelling_ok();
24
25__DATA__
e984d145 26Gerv
27Newell
dc74ddba 28Wiki
29json
bd589924 30APIs
31ActionClass
32Daisuke
33Daisuke
34Deserialize
35Deserializer
36Deserializing
37Doran
38Goulah
39JSON
40Laco
41Maki
42Maki
43Marchex
14fa118e 44Multipart
bd589924 45Pearcey
dc74ddba 46Rolsky
bd589924 47RESTful
48RESTful
49SERIALIZERS
50TT
51Wikipedia
52XHR
53XMLHttpRequest
54YAML
55conf
14fa118e 56deserialization
bd589924 57deserialize
58deserialized
59deserializing
60fREW
61html
62http
63javascript
64jrockway
65mst
14fa118e 66multipart
bd589924 67namespace
68plugins
69request's
70serializer
71thusly
72wildcard
c288a306 73subclasses
74Axel
75URI