s/CDA/CAG/ because I'm a damn idiot.
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / pod_spelling.t
CommitLineData
a19bdae0 1#!perl -w
2# $Id$
3use strict;
4use warnings;
5
6BEGIN {
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
16set_spell_cmd('aspell list');
17
18add_stopwords(<DATA>);
19
20all_pod_files_spelling_ok();
21
22__DATA__
23uuid
24uuids
25Chia
26liang
27Kao
28Laco
29OpenBSD
30UUIDMaker
31behaviour
32isa
dee0985f 33CONTRIBUTERS