Skip Menu |

This queue is for tickets about the NetAddr-IP CPAN distribution.

Report information
The Basics
Id: 61742
Status: resolved
Priority: 0/
Queue: NetAddr-IP

People
Owner: Nobody in particular
Requestors: paul [...] city-fan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 4.032
Fixed in: (no value)



Subject: Constant subroutine NetAddr::IP::UtilPolluted::AF_INET6 redefined
When running "sa-update" with spamassassin 3.3.1, perl 5.10.1 and Socket6 0.23, the following diagnostic output appears: # sa-update Constant subroutine NetAddr::IP::UtilPolluted::AF_INET6 redefined at /usr/share/perl5/Exporter.pm line 67. at /usr/lib64/perl5/NetAddr/IP/Util.pm line 180 Prototype mismatch: sub NetAddr::IP::UtilPolluted::AF_INET6 () vs none at /usr/share/perl5/Exporter.pm line 67. at /usr/lib64/perl5/NetAddr/IP/Util.pm line 180 This is on Fedora 13 x86_64, and didn't happen with 4.030.
Oops... Turns out that not all versions of Socket & Socket6 handle AF_INET6 and PF_INET6 in the same manner. The import of AF_INET6 in UtilPolluted is now conditionalized in NetAddr::IP v4.034
Make that version 4.033
From: paul [...] city-fan.org
On Wed Sep 29 14:20:29 2010, MIKER wrote: Show quoted text
> Make that version 4.033
That seems to work nicely, thanks.
resolved in 4.033