Skip Menu |

This queue is for tickets about the Text-Ngram CPAN distribution.

Report information
The Basics
Id: 51720
Status: resolved
Priority: 0/
Queue: Text-Ngram

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

Bug Information
Severity: (no value)
Broken in: 0.11
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/Text/Ngram.pm b/lib/Text/Ngram.pm index 96805f4..09e3920 100644 --- a/lib/Text/Ngram.pm +++ b/lib/Text/Ngram.pm @@ -84,7 +84,7 @@ The possible value for \%config are: If set to 1 (default), breaks are flanked by spaces; if set to 0, they're not. Breaks are punctuation and other non-alfabetic -characters, which, unless you use C<punctuation => 0> in your +characters, which, unless you use C<< punctuation => 0 >> in your configuration, do not make it into the returned hash. Here's an example, supposing you're using the default value
Applied on SVN. Release as soon as I have some time. Thanks :)