Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 80734
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: Mark.Martinec [...] ijs.si
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.68_03
Fixed in: (no value)



Subject: Documentation small fixes - inappropriate use of a term 'decimal'
I can see that the Net-DNS-0.68_03 already fixed a couple of misguided/inappropriate uses of a word 'decimal' (which I noticed and started fixing in Net-DNS-0.68, not realizing it has already been fixed), so the attached small patch just fixes a couple of remaining docs typos and one missed case of a term 'decimal' (used inappropriately (implies encoding) instead of a 'numeric value' or similar).
Subject: Net-DNS-0.68_03.patch
--- lib/Net/DNS/Nameserver.pm~ 2012-10-17 19:12:05.000000000 +0200 +++ lib/Net/DNS/Nameserver.pm 2012-11-08 16:42:02.320434129 +0100 @@ -518,3 +518,3 @@ # Note that this does not disable serialisation on part of the - # client. The split second it should take for us to lookip the + # client. The split second it should take for us to lookup the # next query, is likely faster than the time it takes to @@ -595,3 +595,3 @@ Truncate Truncates UDP packets that - are to big for the reply Defaults to 1 (on) + are too big for the reply Defaults to 1 (on) IdleTimeout TCP clients are disconnected --- lib/Net/DNS/RR/SSHFP.pm~ 2012-10-24 23:50:22.000000000 +0200 +++ lib/Net/DNS/RR/SSHFP.pm 2012-11-08 16:47:00.017434803 +0100 @@ -108,3 +108,3 @@ -DNS SSH Fingerprint (SSHFP) resource records. +DNS SSH Fingerprint (SSHFP) resource records - RFC 4255. --- Net-DNS-0.68_03.orig/lib/Net/DNS/Resolver/Base.pm 2012-10-31 21:27:32.000000000 +0100 +++ Net-DNS-0.68_03/lib/Net/DNS/Resolver/Base.pm 2012-11-08 16:42:02.323432484 +0100 @@ -1115,3 +1115,3 @@ Name => '', - Class => $self->{'udppacketsize'}, # Decimal UDPpayload + Class => $self->{'udppacketsize'}, # requestor's UDP payload size ednsflags => 0x8000, # first bit set see RFC 3225 @@ -1128,3 +1128,3 @@ Name => '', - Class => $self->{'udppacketsize'}, # Decimal UDPpayload + Class => $self->{'udppacketsize'}, # requestor's UDP payload size TTL => 0x0000 # RCODE 32bit Hex --- lib/Net/DNS/Resolver.pm~ 2012-10-17 19:12:05.000000000 +0200 +++ lib/Net/DNS/Resolver.pm 2012-11-08 16:42:02.324435932 +0100 @@ -626,4 +626,4 @@ Setting calling the dnssec method with a non-zero value will set the -UDP packet size to the default value of 2048. If that is to small or -to big for your environment you should call the udppacketsize() +UDP packet size to the default value of 2048. If that is too small or +too big for your environment you should call the udppacketsize() method immediately after.
Thanks Mark, Applied in the repository. -- Willem