File: pod.patch

package info (click to toggle)
libio-handle-util-perl 0.01-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: perl: 1,191; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125729
Last-Update: 2011-02-27
Subject: pod error
--- a/lib/IO/Handle/Util.pm
+++ b/lib/IO/Handle/Util.pm
@@ -370,6 +370,8 @@
 
 Depending on the class of C<$obj> either returns or coerces the object.
 
+=back
+
 Objects that are passed through include anything that subclasses L<IO::Handle>
 or seems to duck type (supports the C<print> and C<getline> methods, which
 might be a bit too permissive).