diff options
author | petef <petef@FreeBSD.org> | 2002-01-01 00:56:48 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-01-01 00:56:48 +0800 |
commit | 0aaec1b916861e4ac729d85f5b638e84156c7272 (patch) | |
tree | 0639052b6bac0ccce2175caf6aea6f8f48e16f5e /misc/p5-Array-IntSpan/pkg-descr | |
parent | dde26814687328e6ea39787a97896dbe972ba434 (diff) | |
download | freebsd-ports-gnome-0aaec1b916861e4ac729d85f5b638e84156c7272.tar.gz freebsd-ports-gnome-0aaec1b916861e4ac729d85f5b638e84156c7272.tar.zst freebsd-ports-gnome-0aaec1b916861e4ac729d85f5b638e84156c7272.zip |
Add p5-Array-IntSpan 1.01, module for handling arrays using IntSpan
techniques.
PR: 33363
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'misc/p5-Array-IntSpan/pkg-descr')
-rw-r--r-- | misc/p5-Array-IntSpan/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/p5-Array-IntSpan/pkg-descr b/misc/p5-Array-IntSpan/pkg-descr new file mode 100644 index 000000000000..edb7bfebfe34 --- /dev/null +++ b/misc/p5-Array-IntSpan/pkg-descr @@ -0,0 +1,14 @@ +`Array::IntSpan' brings the speed advantages of `Set::IntSpan' +(written by Steven McDougall) to arrays. Uses include +manipulating grades, routing tables, or any other situation +where you have mutually exclusive ranges of integers that map to +given values. + +`Array::IntSpan::IP' is also provided with the distribution. It +lets you use IP addresses in any of three forms (dotted decimal, +network string, and integer) for the indices into the array. See +the POD for that module for more information. + +WWW: http://search.cpan.org/search?dist=Array-IntSpan + +Seamus Venasse <svenasse@polaris.ca> |