add stopwords to fix spelling test
[catagits/Catalyst-Runtime.git] / xt / author / spelling.t
index e5b01bc..e2fb73d 100644 (file)
@@ -74,6 +74,7 @@ add_stopwords(qw(
     Rockway
     Roditi
     Rodland
+    Rothenberg
     Ruthven
     Sascha
     Scala
@@ -134,6 +135,7 @@ add_stopwords(qw(
     rafl
     rainboxx
     revmischa
+    rrwo
     sri
     szbalint
     uploadtmp
@@ -142,6 +144,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();