Skip Menu |

This queue is for tickets about the Math-GMP CPAN distribution.

Report information
The Basics
Id: 61881
Status: resolved
Priority: 0/
Queue: Math-GMP

People
Owner: greg [...] turnstep.com
Requestors: paul [...] city-fan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.06
Fixed in: (no value)



Subject: Additional stopwords for spell check test
Running the test suite with the latest Text::SpellChecker (0.08) and its hunspell backend, I needed to add some more words (names and an acronym) to the stop list to get the test to pass. Patch attached.
Subject: Net-SSH-Perl-1.34-stopwords.patch
--- Net-SSH-Perl/Net-SSH-Perl-1.34/t/99-spellcheck.t 2009-01-26 02:05:04.000000000 +0000 +++ Net-SSH-Perl/Net-SSH-Perl-1.34/t/99-spellcheck.t 2010-09-17 16:46:22.391161080 +0100 @@ -188,6 +188,7 @@ DBROBINS de des +DES dev dgehl Diffie @@ -212,6 +213,7 @@ getservbyname GMP GPL +Haydon hmac HMAC hostfile @@ -331,6 +333,7 @@ TURNSTEP Tyrrell uk +Ulrich untainting username usr
On Mon Oct 04 11:06:33 2010, paul@city-fan.org wrote: Show quoted text
> Running the test suite with the latest Text::SpellChecker (0.08) and its > hunspell backend, I needed to add some more words (names and an acronym) > to the stop list to get the test to pass. Patch attached.
Thanks. Looks like things have morphed a lot since the patch, but I've added in the ones you tagged.