Skip Menu |

This queue is for tickets about the Lingua-Jspell CPAN distribution.

Report information
The Basics
Id: 51719
Status: resolved
Priority: 0/
Queue: Lingua-Jspell

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Lingua/Jspell/DictManager.pm b/lib/Lingua/Jspell/DictManager.pm index 7fd4e96..a2075cf 100644 --- a/lib/Lingua/Jspell/DictManager.pm +++ b/lib/Lingua/Jspell/DictManager.pm @@ -434,7 +434,7 @@ passed as argument. This function is called with three arguments: the word, a reference to an associative array with the category information and a reference to a list of rules identifiers. -If the option C<rawfea =>1> is selected, modeach_word receives a string +If the option C<< rawfea =>1 >> is selected, modeach_word receives a string instead of a hash reference. modeach_word({rawfea=>1}, sub { my($w,$cat,$flags,@com)=@_; ... })
Applied on SVN. Release as soon as I have some time. Thanks :)