Skip Menu |

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

Report information
The Basics
Id: 122438
Status: resolved
Priority: 0/
Queue: Net-IP-XS

People
Owner: Nobody in particular
Requestors: DFARRELL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.19
Fixed in: 0.20



Subject: WARNING Subroutine Net::IP::XS::last_bin redefined
Subroutine Net::IP::XS::last_bin redefined at ... perl5/5.24.0/x86_64-linux/DynaLoader.pm line 210 This warning appears on Perl 5.20 and 5.24 (I haven't tested other Perls). At a glance, I *think* it's because the XS file declares xsubs with names clashing with subroutines declared in Net::IP::XS.
On Tue Jul 11 10:38:51 2017, DFARRELL wrote: Show quoted text
> Subroutine Net::IP::XS::last_bin redefined at ... > perl5/5.24.0/x86_64-linux/DynaLoader.pm line 210 > > This warning appears on Perl 5.20 and 5.24 (I haven't tested other > Perls). > > At a glance, I *think* it's because the XS file declares xsubs with > names clashing with subroutines declared in Net::IP::XS.
Thanks for this. The underlying problem was as you described, and has been fixed in 0.20. Cheers -Tom