Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libtest-exception-perl / libtest-exception-perl-0.27 / t / developer / spelling.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5 use Test::More;
6
7 my $ispell_path = eval q{
8     use Test::Spelling; 
9     use File::Which;
10     which('ispell') || die 'no ispell'
11 };
12 plan skip_all => 'Optional Test::Spelling, File::Which and ispell program required to spellcheck POD' if $@;
13 set_spell_cmd("$ispell_path -l");
14 add_stopwords( <DATA> );
15 all_pod_files_spelling_ok();
16
17 __DATA__
18 AnnoCPAN
19 CPAN
20 perlmonks
21 RSS
22 Boumans
23 Cees
24 Godin
25 Harkins
26 Hek
27 Purkis
28 Schleicher
29 Muhlestein
30 Perrin
31 Prew
32 Krieger
33 LICENCE
34 McCann
35 Jos
36 Jost
37 qa
38 Adrian
39 Cantrell
40 Janek
41 Jore
42 ben
43 Khemir
44 Nadim
45 Pagaltzis
46 Dolan
47 RT