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

Changelog

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

  * Team upload.

  [ Nick Morrott ]
  * d/u/metadata: revert Bug-* fields to CPAN

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.4.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.01.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.

 -- gregor herrmann <email address hidden>  Mon, 22 Jun 2020 20:17:49 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-ipv6addr-perl_1.01-1.dsc 2.4 KiB 73c6157d67f609b9a3ed5b219a10e6328f5c0ec291517e76f28993fe514c70e2
libnet-ipv6addr-perl_1.01.orig.tar.gz 19.3 KiB 27e27f03feb55fd91516739735b19eb541caf8799536329dd7e3a1290aa40b01
libnet-ipv6addr-perl_1.01-1.debian.tar.xz 3.1 KiB 8bfe9d60f176353286dd900f9f184cfc922a43e3a9f193c06f4816b7fa3c0a25

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.