libnet-netmask-perl 2.0002-2 source package in Ubuntu

Changelog

libnet-netmask-perl (2.0002-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libnet-netmask-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 22:26:40 +0100

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
Plucky release main perl
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-netmask-perl_2.0002-2.dsc 2.2 KiB 80366e6ddbbaa0bad550eda59e32b4b3584547fccc2360e3d966766a47d25c1e
libnet-netmask-perl_2.0002.orig.tar.gz 43.6 KiB 24a9b2e7c6bcc1302d79744eba4c021bf3de47f149aafaccd94f9b042fddbf94
libnet-netmask-perl_2.0002-2.debian.tar.xz 7.0 KiB 150ced1c7328ca40b33a590288f32c79c2da6894afdd95269cdcf3157ab7a98a

Available diffs

No changes file available.

Binary packages built by this source

libnet-netmask-perl: module to parse, manipulate and lookup IP network blocks

 Net::Netmask parses and understands IPv4 and IPv6 CIDR blocks.
 It's built with an object-oriented interface,
 with functions being methods that operate on a Net::Netmask object.
 .
 These methods provide
 nearly all types of information about a network block
 that you might want.
 .
 There are also functions to insert a network block into a table
 and then later lookup network blocks by IP address using that table.
 There are functions to turn a IP address range
 into a list of CIDR blocks.
 There are functions to turn a list of CIDR blocks
 into a list of IP addresses.
 .
 There is a function for sorting by text IP address.
 .
 All functions understand both IPv4 and IPv6.
 Matches, finds, etc, will always return false
 when an IPv4 address is matched against an IPv6 address.