File: fix-pod-error.patch

package info (click to toggle)
libzonemaster-ldns-perl 5.0.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,184 kB
  • sloc: perl: 637; ansic: 148; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 972 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
Description: RRList.pm: drop misplaced =back.
 Currently, pod reports the following issue at the end of the manual
 page Zonemaster::LDNS::RRList(3pm):
 .
        POD ERRORS
               Hey! The above document had some coding errors, which are
               explained below:
        
               Around line 40:
                   '=item' outside of any '=over'
 .
 This appears to be caused by one surnumerary =back in the middle of
 the listing.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: https://github.com/zonemaster/zonemaster-ldns/pull/233
Last-Update: 2025-10-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- libzonemaster-ldns-perl.orig/lib/Zonemaster/LDNS/RRList.pm
+++ libzonemaster-ldns-perl/lib/Zonemaster/LDNS/RRList.pm
@@ -35,8 +35,6 @@
 
 Creates a new empty L<Zonemaster::LDNS::RRList> object.
 
-=back
-
 =item new($rrs)
 
 Creates a new L<Zonemaster::LDNS::RRList> object for the given resource records.