Merge branch captures_and_args_combined
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
CommitLineData
576de106 1use strict;
2use warnings;
3use Test::More;
4use Test::Spelling;
5
6add_stopwords(qw(
b0728628 7 API CGI MVC PSGI Plack README SSI Starman XXXX URI htaccess middleware
8 mixins namespace psgi startup Deprecations catamoose cataplack linearize
9 subclasses subdirectories refactoring adaptors
7c795457 10 undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
c4cf3158 11 roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
7c795457 12 fastcgi nginx Lighttpd IIS middlewares backend IRC
c4cf3158 13 ctx _application MyApp restarter httponly Utils stash's unescapes
576de106 14 dispatchtype dispatchtypes redispatch redispatching
15 CaptureArgs ChainedParent PathPart PathPrefix
b0728628 16 BUILDARGS metaclass namespaces pre
7c795457 17 filename tempname request's subdirectory ini uninstalled uppercased
18 wiki bitmask uri url urls dir hostname proxied http https IP SSL
576de106 19));
5cb3390d 20set_spell_cmd('aspell list -l en');
576de106 21all_pod_files_spelling_ok();
22
23done_testing();