libnet-patricia-perl 1.22-1 source package in Ubuntu

Changelog

libnet-patricia-perl (1.22-1) unstable; urgency=low


  * New upstream release.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Fri, 18 Oct 2013 19:43:28 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libnet-patricia-perl_1.22-1.dsc 2.2 KiB 18491d802d6330c253666b6bcc8202f41cf0bb391815683fde05a23f03a55a75
libnet-patricia-perl_1.22.orig.tar.gz 27.1 KiB 70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552
libnet-patricia-perl_1.22-1.debian.tar.gz 5.1 KiB c8a7f57e597bd611c2bc645d0d8cb320e727acdacbb66fbf0ced7a98363e1a48

No changes file available.

Binary packages built by this source

libnet-patricia-perl: Perl module for fast IP address lookups

 Net::Patricia uses a Patricia Trie data structure to quickly
 perform IP address prefix matching for applications such as
 IP subnet, network or routing table lookups. The data
 structure is based on a radix tree using a radix of two, so
 sometimes you see patricia implementations called "radix" as
 well. The term "Trie" is derived from the word "retrieval"
 but is pronounced like "try". Patricia stands for
 "Practical Algorithm to Retrieve Information Coded as
 Alphanumeric", and was first suggested for routing table
 lookups by Van Jacobsen. Patricia Trie performance
 characteristics are well-known as it has been employed for
 routing table lookups within the BSD kernel since the 4.3
 Reno release.