test spelling in lib files, not blib
Graham Knop [Sun, 21 Oct 2018 22:46:09 +0000 (00:46 +0200)]
xt/author/spelling.t

index e5b01bc..29a6e8b 100644 (file)
@@ -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();