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
|
#!perl -w
# $Id$
use strict;
use warnings;
BEGIN {
use lib 't/lib';
use DBIC::Test;
plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
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__
Moritz
Onken
uuid
uuids
Chia
liang
Kao
Laco
OpenBSD
UUIDMaker
behaviour
isa
CONTRIBUTERS
|