summaryrefslogtreecommitdiff
path: root/debian/patches/fixes/memoize-pod.diff
blob: e253a0794f83651b80cc14bcfe7f5e53b410800b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From: Niko Tyni <ntyni@debian.org>
Date: Sat, 6 Feb 2016 20:15:19 +0200
Subject: Fix POD errors in Memoize

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=89441
Author: Dominic Hargreaves <dom@cpan.org>
---
 cpan/Memoize/Memoize.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpan/Memoize/Memoize.pm b/cpan/Memoize/Memoize.pm
index f4e6522d4..2f28b36 100644
--- a/cpan/Memoize/Memoize.pm
+++ b/cpan/Memoize/Memoize.pm
@@ -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>