Add my name to spelling whitelist
[catagits/CatalystX-Routes.git] / xt / release / pod-spell.t
CommitLineData
589d0084 1use strict;
2use warnings;
3
4use Test::Spelling;
5
6my @stopwords;
7for (<DATA>) {
8 chomp;
9 push @stopwords, $_
10 unless /\A (?: \# | \s* \z)/msx; # skip comments, whitespace
11}
12
13add_stopwords(@stopwords);
14set_spell_cmd('aspell list -l en');
15
16# This prevents a weird segfault from the aspell command - see
17# https://bugs.launchpad.net/ubuntu/+source/aspell/+bug/71322
18local $ENV{LC_ALL} = 'C';
19all_pod_files_spelling_ok;
20
21__DATA__
22APIs
23RESTful
d3ef7c95 24Rolsky
589d0084 25bizarro
26del
27namespace
28ness