File: pod-syntax.patch

package info (click to toggle)
libfindbin-libs-perl 4.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: perl: 1,323; sh: 38; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 925 bytes parent folder | download
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
36
37
38
Description: fix POD syntax
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=141682
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=141682
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-11-09

--- a/version/v5.28/lib/FindBin/libs.pm
+++ b/version/v5.28/lib/FindBin/libs.pm
@@ -1080,8 +1080,6 @@
 
 =head1 SEE ALSO
 
-=over 4
-
 =head2 Cwd
 
 A bug in Cwd was fixed with 3.73. That should, hopefully,
--- a/version/v5.14/lib/FindBin/libs.pm
+++ b/version/v5.14/lib/FindBin/libs.pm
@@ -1117,8 +1117,6 @@
 for the moment. Once the Recursive module has been dealt with
 Module::FromPerlVer should Just Work.
 
-=back
-
 =head2 Cwd
 
 A bug in Cwd was fixed with 3.73. That should, hopefully,
@@ -1126,6 +1124,8 @@
 If it does not then I will have to modify the sanity check
 for using abs_path vs. rel2abs.
 
+=back
+
 =head1 AUTHOR
 
 Steven Lembark, Workhorse Computing <lembark@wrkhors.com>