Added UUID::Random support.
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / pod_spelling.t
1 #!perl -w
2 # $Id$
3 use strict;
4 use warnings;
5
6 BEGIN {
7     use lib 't/lib';
8     use DBIC::Test;
9
10     plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
11
12     eval 'use Test::Spelling 0.11';
13     plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
14 };
15
16 set_spell_cmd('aspell list');
17
18 add_stopwords(<DATA>);
19
20 all_pod_files_spelling_ok();
21
22 __DATA__
23 Moritz
24 Onken
25 uuid
26 uuids
27 Chia
28 liang
29 Kao
30 Laco
31 OpenBSD
32 UUIDMaker
33 behaviour
34 isa
35 CONTRIBUTERS