aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl/fixes/memoize-pod.diff
blob: 7f0ffe6542fd105db507c8cd7234c852452eabb9 (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
33
34
35
From 638e0106772943bbb4faf89cb720fbefe746003a Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Sat, 6 Feb 2016 20:15:19 +0200
Subject: [PATCH] Fix POD errors in Memoize

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=89441
Author: Dominic Hargreaves <dom@cpan.org>
Patch-Name: fixes/memoize-pod.diff

---
 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 f4e6522..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>