[libnet-dns-perl] 01/03: Merge branch 'upstream'

Ondřej Surý ondrej at debian.org
Sun Jan 1 20:04:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

ondrej pushed a commit to branch master
in repository libnet-dns-perl.

commit 171a1b8263bc6800f5c6566dc0f6be9642c4f13e
Merge: 8008020 cf910fd
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sun Jan 1 20:59:11 2017 +0100

    Merge branch 'upstream'

 Changes                         |  37 ++++-
 META.json                       |  15 +-
 META.yml                        |  14 +-
 Makefile.PL                     | 168 +++++++++++-----------
 README                          |  28 ++--
 contrib/check_soa               | 122 +++++++---------
 lib/Net/DNS.pm                  |  69 +++------
 lib/Net/DNS/Nameserver.pm       |  59 ++++----
 lib/Net/DNS/Packet.pm           |  18 ++-
 lib/Net/DNS/Parameters.pm       |  99 ++++++++++---
 lib/Net/DNS/RR.pm               | 301 ++++++++++++++++++++++++----------------
 lib/Net/DNS/RR/AAAA.pm          |   8 +-
 lib/Net/DNS/RR/CDS.pm           |  15 +-
 lib/Net/DNS/RR/DNSKEY.pm        |   8 +-
 lib/Net/DNS/RR/DS.pm            |  12 +-
 lib/Net/DNS/RR/HIP.pm           |   6 +-
 lib/Net/DNS/RR/IPSECKEY.pm      |  20 +--
 lib/Net/DNS/RR/OPENPGPKEY.pm    |   6 +-
 lib/Net/DNS/RR/RRSIG.pm         |   6 +-
 lib/Net/DNS/RR/SIG.pm           |   8 +-
 lib/Net/DNS/RR/SMIMEA.pm        |  12 +-
 lib/Net/DNS/RR/SOA.pm           |   6 +-
 lib/Net/DNS/RR/SSHFP.pm         |  12 +-
 lib/Net/DNS/RR/TLSA.pm          |  12 +-
 lib/Net/DNS/RR/TSIG.pm          |   5 +-
 lib/Net/DNS/RR/TXT.pm           |   9 +-
 lib/Net/DNS/Resolver.pm         |   8 +-
 lib/Net/DNS/Resolver/Base.pm    | 230 ++++++++++++++----------------
 lib/Net/DNS/Resolver/MSWin32.pm |  11 +-
 lib/Net/DNS/Resolver/Recurse.pm |  12 +-
 lib/Net/DNS/ZoneFile.pm         |  25 ++--
 t/00-version.t                  |  13 +-
 t/01-resolver.t                 |  32 +++--
 t/03-question.t                 |  10 +-
 t/03-rr.t                       |  15 +-
 t/05-CDS.t                      |   7 +-
 t/07-zonefile.t                 |  42 +++++-
 t/08-IPv4.t                     | 140 ++++++++++++-------
 t/08-IPv6.t                     | 144 ++++++++++++-------
 39 files changed, 1012 insertions(+), 752 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dns-perl.git



More information about the Pkg-perl-cvs-commits mailing list