Testing Noble.... OK

root@Nlibnet-ip-perl:~# lsb_release -a 
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.04.1 LTS
Release:        24.04
Codename:       noble

root@Nlibnet-ip-perl:~# dpkg -l | grep ip-perl
ii  libnet-ip-perl                    1.26-3ubuntu0.24.04.1                   
all          Perl extension for manipulating IPv4/IPv6 addresses

Good case achieved:

root@Nlibnet-ip-perl:~# perl ip_intip_method.pl 0.0.0.0
"IP   : 0.0.0.0"
"Int  : 0"

bless( {
  binip => "00000000000000000000000000000000",
  binmask => "11111111111111111111111111111111",
  intformat => bless( {
    sign => "+",
    value => bless( [
      0,
    ], 'Math::BigInt::Calc' ),
  }, 'Math::BigInt' ),
  ip => "0.0.0.0",
  ipversion => 4,
  is_prefix => 1,
  last_bin => "00000000000000000000000000000000",
  last_ip => "0.0.0.0",
  prefixlen => 32,
}, 'Net::IP' )


** Tags removed: verification-needed-noble
** Tags added: verification-done-noble

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libnet-ip-perl in Ubuntu.
https://bugs.launchpad.net/bugs/2083236

Title:
  [SRU] Net::IP->intip return undef for IP 0.0.0.0 instead of 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnet-ip-perl/+bug/2083236/+subscriptions


_______________________________________________
Mailing list: https://launchpad.net/~pkg-perl-maintainers
Post to     : pkg-perl-maintainers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~pkg-perl-maintainers
More help   : https://help.launchpad.net/ListHelp

Reply via email to