libnet-patricia-perl 1.19-1build2 source package in Ubuntu

Changelog

libnet-patricia-perl (1.19-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Wed, 16 Nov 2011 00:21:12 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libnet-patricia-perl_1.19.orig.tar.gz 24.8 KiB c378a73280fb458210664e933ce67b281cab49b326840aee065ef95308054d5a
libnet-patricia-perl_1.19-1build2.debian.tar.gz 5.1 KiB f65c9043cbf17d958c1d5ad7fcb5d2fc126d5f3764dd4ef8857359825842a688
libnet-patricia-perl_1.19-1build2.dsc 2.3 KiB 82bf1bf26068273988b208916b6f3b67b57a4d5d1364df58e60f59fa0a060b32

Available diffs

View changes file

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.