1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
#!perl -w
use strict;
use warnings;
use Test::More;
plan skip_all => 'set TEST_POD_SPELLING to enable this test'
unless ($ENV{TEST_POD_SPELLING} || -e 'MANIFEST.SKIP');
eval 'use Test::Spelling 0.11';
plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
set_spell_cmd('aspell list');
add_stopwords(<DATA>);
all_pod_files_spelling_ok();
__DATA__
ACKNOWLEDGEMENTS
API
APIs
Akira
BasicUser
CPAN
DateTime
DirectMessage
EOT
Etcheverry
ExtendedUser
GPS
Grennan
IM
IP
IRC
Identi
InflateObjects
JSON
KATOU
Laconica
Marc
Mims
Miyagawa
OAuth
OMG
Prather
RateLimit
RateLimitStatus
Retweets
SMS
SSL
SavedSearch
Str
Tatsuhiko
Twitter
TwitterVision
Un
Unsubscribes
WOEID
WiFi
WrapError
apihost
apirealm
apiurl
blogging
clientname
clienturl
clientver
favorited
friended
geo
geocode
granularities
identi
identica
inline
lang
multipart
netrc
oauth
ok
online
params
perigrin
Pecorella
refactored
requester's
return's
retweet
retweeted
retweeting
retweets
rpp
spammer
ssl
stringifies
timeline
tvhost
tvrealm
tvurl
twitterpm
twittervision
ua
un
unfollow
url
useragent
username
woeid
xAuth
|