Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Test-PodSpelling CPAN distribution.

Report information
The Basics
Id: 105674
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Test-PodSpelling

People
Owner: ether [...] cpan.org
Requestors: VDB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 2.006009
Fixed in: 2.007000



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
On Sun Jul 05 18:38:02 2015, VDB wrote: Show quoted text
> Documentation says: >
> > 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
If you can solve this without breaking existing dist.ini files, I'll accept a patch.
"stopword" is added as an alias in release 2.007000. I'm not sure if splitting the stopword on whitespace will break anything, so investigating that is deferred until later.