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