Changelog up to date
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
CommitLineData
c0a8a4b8 1use strict;
2use warnings;
3use Test::More;
4use Test::Spelling;
5
6add_stopwords(qw(
cf8eab35 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
8ad6fd58 10 undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
59e2fe94 11 roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
8ad6fd58 12 fastcgi nginx Lighttpd IIS middlewares backend IRC
59e2fe94 13 ctx _application MyApp restarter httponly Utils stash's unescapes
c0a8a4b8 14 dispatchtype dispatchtypes redispatch redispatching
15 CaptureArgs ChainedParent PathPart PathPrefix
c2c8d3cb 16 BUILDARGS metaclass namespaces pre ARGV ReverseProxy
8ad6fd58 17 filename tempname request's subdirectory ini uninstalled uppercased
18 wiki bitmask uri url urls dir hostname proxied http https IP SSL
87b12a6e 19 inline INLINE plugins
c0a8a4b8 20));
9977ef94 21set_spell_cmd('aspell list -l en');
c0a8a4b8 22all_pod_files_spelling_ok();
23
24done_testing();