Subject: | POD errors |
The attached patch corrects a POD error which causes pod2man to at the very least puts a warning in the resulting manpage, and at worse exit non-zero.
Subject: | Memoize.pod-fix.patch |
diff -urN Memoize-1.03/Memoize.pm Memoize-1.03.new/Memoize.pm
--- Memoize-1.03/Memoize.pm 2012-04-22 21:15:26.000000000 +0000
+++ Memoize-1.03.new/Memoize.pm 2013-10-13 22:39:20.000000000 +0000
@@ -748,6 +748,8 @@
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:
@@ -797,8 +799,6 @@
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>