Skip Menu |

This queue is for tickets about the String-Mutate CPAN distribution.

Report information
The Basics
Id: 51867
Status: resolved
Worked: 13 min
Priority: 0/
Queue: String-Mutate

People
Owner: metaperl [...] gmail.com
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
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/String/Mutate.pm b/lib/String/Mutate.pm index fb900a5..206407c 100644 --- a/lib/String/Mutate.pm +++ b/lib/String/Mutate.pm @@ -176,7 +176,7 @@ First you construct your prototype object: my $proto = String::Mutate->proto; Then you call any of the C<m_*> methods which will then mutate -C<$proto->string> and leave the results in same. So without further adieu, +C<< $proto->string >> and leave the results in same. So without further adieu, here are the pre-packaged string mutators =head2 BUILT-IN STRING MUTATION METHODS
Ok fixed. Thank you.