Fix POD errors in Memoize

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=89441
Author: Dominic Hargreaves <dom@cpan.org>

Gbp-Pq: Topic fixes
Gbp-Pq: Name memoize-pod.diff
This commit is contained in:
Niko Tyni 2016-02-06 20:15:19 +02:00 committed by openKylinBot
parent 53610cd691
commit 34d46bec93
1 changed files with 2 additions and 2 deletions

View File

@ -752,6 +752,8 @@ cache that was populated by the first call. C<complicated> ends up
being called only once, and both subsequent calls return C<3> from the
cache, regardless of the calling context.
=back
=head3 List values in scalar context
Consider this function:
@ -801,8 +803,6 @@ This normalizer function will store scalar context return values in
the disk file under keys that begin with C<S:>, and list context
return values under keys that begin with C<L:>.
=back
=head1 OTHER FACILITIES
=head2 C<unmemoize>