Spelling test
[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__
dc74ddba 26Wiki
27json
bd589924 28APIs
29ActionClass
30Daisuke
31Daisuke
32Deserialize
33Deserializer
34Deserializing
35Doran
36Goulah
37JSON
38Laco
39Maki
40Maki
41Marchex
14fa118e 42Multipart
bd589924 43Pearcey
dc74ddba 44Rolsky
bd589924 45RESTful
46RESTful
47SERIALIZERS
48TT
49Wikipedia
50XHR
51XMLHttpRequest
52YAML
53conf
14fa118e 54deserialization
bd589924 55deserialize
56deserialized
57deserializing
58fREW
59html
60http
61javascript
62jrockway
63mst
14fa118e 64multipart
bd589924 65namespace
66plugins
67request's
68serializer
69thusly
70wildcard
c288a306 71subclasses
72Axel
73URI