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/Cache/Memcached/Indexable/Logic/DigestSHA1.pm b/lib/Cache/Memcached/Indexable/Logic/DigestSHA1.pm
index 039a566..0d971f7 100644
--- a/lib/Cache/Memcached/Indexable/Logic/DigestSHA1.pm
+++ b/lib/Cache/Memcached/Indexable/Logic/DigestSHA1.pm
@@ -92,7 +92,7 @@ with your key.
You can set how many patterns do you want to use for the original key.
The C<$power> must be a 16's power minus 1 (0xF, 0xFF, 0xFFF, 0xFFFF, 0xFFFFF ...).
-Note that the C<$memd->keys()> will be taken too long time to return all your keys
+Note that the C<< $memd->keys() >> will be taken too long time to return all your keys
if you set a huge number to this method.
=head1 AUTHOR