Subject: | stopwords |
Documentation says:
Show quoted text
> stopwords can appear multiple times, one word per line.
In dist.ini it looks silly:
[Test::PodSpelling]
stopwords = CPAN
stopwords = github
stopwords = stopwords
stopwords = wordlist
Plugin should either accept many space-separated words in "stopwords":
[Test::PodSpelling]
stopwords = CPAN github stopwords wordlist
or change parameter name to "stopword":
[Test::PodSpelling]
stopword = CPAN
stopword = github
stopword = stopwords
stopword = wordlist