Package: libnet-dns-perl
Version: 0.66-2
Severity: normal

Net::DNS will output the following error (at least) when calling the mx()
function with warnings enabled:

| Argument "AI_NUMERICHOST" isn't numeric in subroutine entry at
| /usr/lib/perl5/Net/DNS/Resolver/Base.pm line 743.

Short script to reproduce:

------------------------------
#!/usr/bin/perl -W
use strict;
use Net::DNS;
my $resolver = Net::DNS::Resolver->new(udp_timeout => 15, tcp_timeout => 15);
my @mxrr = mx($resolver,'debian.org');
------------------------------

That did not happen with libnet-dns-perl 0.63-2 from old-stable.

Google knows of (just) one other mention of this warning (at least as far
as I could find) at <https://bugzilla.redhat.com/show_bug.cgi?id=445314>,
but that was not helpful for me.

Regards,
-thh

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-028stab091.2 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages libnet-dns-perl depends on:
ii  libc6                  2.11.2-10         Embedded GNU C Library: Shared lib
ii  libdigest-hmac-perl    1.02+dfsg-1       module for creating standard messa
ii  libnet-ip-perl         1.25-2            Perl extension for manipulating IP
ii  perl [libmime-base64-p 5.10.1-17squeeze2 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.1 5.10.1-17squeeze2 minimal Perl system

libnet-dns-perl recommends no packages.

Versions of packages libnet-dns-perl suggests:
ii  libio-socket-inet6-perl       2.65-1.1   Object interface for AF_INET6 doma

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to