Skip Menu |

This queue is for tickets about the Math-String-Charset-Wordlist CPAN distribution.

Report information
The Basics
Id: 51825
Status: resolved
Priority: 0/
Queue: Math-String-Charset-Wordlist

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

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: 0.09



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/Math/String/Charset/Wordlist.pm b/lib/Math/String/Charset/Wordlist.pm index b006f54..99c0927 100644 --- a/lib/Math/String/Charset/Wordlist.pm +++ b/lib/Math/String/Charset/Wordlist.pm @@ -710,7 +710,7 @@ In scalar context returns the lenght of the B<start> set. Think of the start set as the set of all characters that can start a string with one or more characters. The set for one character strings is called -B<ones> and you can access if via C<$charset->ones()>. +B<ones> and you can access if via C<< $charset->ones() >>. =head2 B<end()>