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