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.
|