Package: libxml-stream-perl
Version: 1.22-2
Severity: normal

Two errors IMO. 

1) The following patch should be applied so when trying
   to use Net::DNS::Resolver it doesn't fail. (It should be forwarded
   to upstream, too, but the author seems MIA)

2) libxml-stream-perl should depend/recommend libnet-dns-perl, since
   it can make use of Net::DNS::Resolver

Cheers
Pablo

--- Stream.pm~  2004-08-25 15:23:32.000000000 +0100
+++ Stream.pm   2006-10-26 14:56:03.000000000 +0100
@@ -680,7 +680,7 @@
         $self->debug(1,"Connect: srv requested");
         if ($NETDNS)
         {
-            my $res = new Net::DNS::Resolver();
+            my $res = Net::DNS::Resolver->new;
             my $query = 
$res->query($self->{SIDS}->{newconnection}->{srv}.".".$self->{SIDS}->{newconnection}->{hostname},"SRV");
             
             if ($query)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-xen-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libxml-stream-perl depends on:
ii  libauthen-sasl-perl           2.10-1     Authen::SASL - SASL Authentication
ii  libio-socket-ssl-perl         1.01-1     Perl module implementing object or
ii  perl                          5.8.8-6.1  Larry Wall's Practical Extraction 

libxml-stream-perl recommends no packages.

-- no debconf information

-- 
"When in doubt, use brute force" -- Ken Thompson

                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to