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:
parent
53610cd691
commit
34d46bec93
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue