File: pod-extra-back.patch

package info (click to toggle)
libio-socket-ssl-perl 2.060-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,128 kB
  • sloc: perl: 17,372; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: drop extra =back from POD
 To see the error this fixes, run pod2man lib/IO/Socket/SSL.pod | man -l -
 .
 It complains about an =item without =over around line 1493
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=127133
Bug: https://rt.cpan.org/Ticket/Display.html?id=127133

--- a/lib/IO/Socket/SSL.pod
+++ b/lib/IO/Socket/SSL.pod
@@ -1488,8 +1488,6 @@ parent process.
 For more details and other arguments see C<stop_SSL> which gets called from
 C<close> to shutdown the SSL state of the socket.
 
-=back
-
 =item B<sysread( BUF, LEN, [ OFFSET ] )>
 
 This function behaves from the outside the same as B<sysread> in other