Skip Menu |

This queue is for tickets about the Cache-Memcached-Indexable CPAN distribution.

Report information
The Basics
Id: 51848
Status: new
Priority: 0/
Queue: Cache-Memcached-Indexable

People
Owner: Nobody in particular
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/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