we agreed on neither enforcing en_US nor en_GB
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
CommitLineData
576de106 1use strict;
2use warnings;
3use Test::More;
4use Test::Spelling;
5
6add_stopwords(qw(
f8db2ed7 7 undef env regex rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
c4cf3158 8 roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
576de106 9 fastcgi nginx IIS middlewares
c4cf3158 10 ctx _application MyApp restarter httponly Utils stash's unescapes
576de106 11 dispatchtype dispatchtypes redispatch redispatching
12 CaptureArgs ChainedParent PathPart PathPrefix
13 BUILDARGS metaclass
f8db2ed7 14 filename tempname request's
576de106 15 wiki bitmask uri url urls dir hostname http https IP SSL
16));
5cb3390d 17set_spell_cmd('aspell list -l en');
576de106 18all_pod_files_spelling_ok();
19
20done_testing();