Checking in changes prior to tagging of version 1.007. Changelog diff is:
[catagits/Catalyst-Authentication-Credential-HTTP.git] / t / 04pod_spelling.t
1 #!perl -w
2 use strict;
3 use warnings;
4 use Test::More;
5
6 eval 'use Test::Spelling 0.11';
7 plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
8 plan skip_all => 'set TEST_SPELLING to enable this test' unless $ENV{TEST_SPELLING};
9
10 set_spell_cmd('aspell list');
11
12 add_stopwords( grep { defined $_ && length $_ } <DATA>);
13
14 all_pod_files_spelling_ok();
15
16 __DATA__
17 behaviour
18 Doran
19 Kiefer
20 Kogman
21 Yuval
22 auth
23 username
24 Authorization
25 authorization
26 sess
27 init
28 ok
29 Corlett