From: Graham Knop Date: Sun, 21 Oct 2018 22:46:09 +0000 (+0200) Subject: test spelling in lib files, not blib X-Git-Tag: v5.90_121~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=46c460c978d459939ed500058772505d34ad013e test spelling in lib files, not blib --- diff --git a/xt/author/spelling.t b/xt/author/spelling.t index e5b01bc..29a6e8b 100644 --- a/xt/author/spelling.t +++ b/xt/author/spelling.t @@ -142,6 +142,6 @@ add_stopwords(qw( wreis )); set_spell_cmd('aspell list -l en'); -all_pod_files_spelling_ok(); +all_pod_files_spelling_ok('lib'); done_testing();