Testing Focal... OK

root@Flibnet-ip-perl:~# dpkg -l | grep ip-perl
ii  libnet-ip-perl                 1.26-2ubuntu0.20.04.1             all        
  Perl extension for manipulating IPv4/IPv6 addresses
Good case achieved:

root@Flibnet-ip-perl:~# dpkg -l | grep ip-perl
ii  libnet-ip-perl                 1.26-2ubuntu0.20.04.1             all        
  Perl extension for manipulating IPv4/IPv6 addresses
root@Flibnet-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-focal
** Tags added: verification-done-focal

-- 
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