libdns-zoneparse-perl 1.10-1.1 source package in Ubuntu

Changelog

libdns-zoneparse-perl (1.10-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 16:34:12 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdns-zoneparse-perl_1.10-1.1.dsc 2.1 KiB 6c6de7abc60e880a348bfb999f8cc5150550c5bc58b8f50b07585a1c6ff29a3d
libdns-zoneparse-perl_1.10.orig.tar.gz 22.2 KiB b96db6acf39bde6578dc3b83caa2e85fa4f5481c110ede83f1f95e1a3fb4124c
libdns-zoneparse-perl_1.10-1.1.debian.tar.xz 2.4 KiB 49c8220d2d6e8728526414c71362af5208427b0a145637afbebd9619ba02dbfc

Available diffs

No changes file available.

Binary packages built by this source

libdns-zoneparse-perl: Perl extension for parsing and manipulating DNS Zone Files

 DNS::ZoneParse will parse a Zone File and put all the Resource Records (RRs)
 into an anonymous hash structure. At the moment, the following types of RRs
 are supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for
 maintaining DNS zones, or for transferring DNS zones to other servers. If you
 want to generate an XML-friendly version of your zone files, it is easy to
 use XML::Simple with this module once you have parsed the zonefile.
 .
 DNS::ZoneParse scans the DNS zonefile - removes comments and seperates
 the file into its constituent records. It then parses each record and
 stores the records internally.