Fix docs
[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__
26APIs
27ActionClass
28Daisuke
29Daisuke
30Deserialize
31Deserializer
32Deserializing
33Doran
34Goulah
35JSON
36Laco
37Maki
38Maki
39Marchex
40Pearcey
41RESTful
42RESTful
43SERIALIZERS
44TT
45Wikipedia
46XHR
47XMLHttpRequest
48YAML
49conf
50deserialize
51deserialized
52deserializing
53fREW
54html
55http
56javascript
57jrockway
58mst
59namespace
60plugins
61request's
62serializer
63thusly
64wildcard