libnet-ipv6addr-perl 1.02-1 source package in Ubuntu

Changelog

libnet-ipv6addr-perl (1.02-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.02.
  * Update test and runtime dependencies.
    + Drop libnetwork-ipv4addr-perl for both; move libmath-base85-perl from
      Depends to Recommends.
    + Drop unneeded version constraints from (build) dependencies.
    + Remove unneeded ${shlibs:Depends} from Depends.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Tue, 21 Sep 2021 19:59:39 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl
Jammy release main perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-ipv6addr-perl_1.02-1.dsc 2.4 KiB 09700609eb06433bf1c998353e6dc571f980f50022cca9ea875d34fb992f7825
libnet-ipv6addr-perl_1.02.orig.tar.gz 19.5 KiB b23401c1226fee8dfe627f5ae0e90c55ac547010eca398110dc1631f41c9ec7d
libnet-ipv6addr-perl_1.02-1.debian.tar.xz 3.2 KiB dc23f932ed9b60245216ae71eeedfc5401ea989076d3d36dd2139daca98a5661

Available diffs

No changes file available.

Binary packages built by this source

libnet-ipv6addr-perl: module to validate/manipulate IPv6 addresses

 Net::IPv6Addr checks if strings are valid IPv6 addresses, as specified in
 RFC1884, and can convert them into other supported formats including:
 .
  * Preferred form x:x:x:x:x:x:x:x
  * Compressed form with double colon: x::x
  * Mixed IPv4/IPv6 format: x:x:x:x:x:x:d.d.d.d
  * Mixed IPv4/IPv6 with compression: x::x:d.d.d.d
  * Base-85-encoded
  * Big integers
  * Arrays
  * Reverse-address pointer
 .
 When creating/validating an IPv6 address from a given string, Net::IPv6Addr
 will either accept it or throw an exception.