summaryrefslogtreecommitdiff
path: root/net/p5-Net-CIDR-Set/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-Net-CIDR-Set/DESCR')
-rw-r--r--net/p5-Net-CIDR-Set/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/p5-Net-CIDR-Set/DESCR b/net/p5-Net-CIDR-Set/DESCR
new file mode 100644
index 00000000000..25adcc7c342
--- /dev/null
+++ b/net/p5-Net-CIDR-Set/DESCR
@@ -0,0 +1,7 @@
+The Perl 5 module Net::CIDR::Set represents sets of IP addresses
+and allows standard set operations (union, intersection, membership
+test etc) to be performed on them.
+In spite of the name it can work with sets consisting of arbitrary
+ranges of IP addresses - not just CIDR blocks.
+Both IPv4 and IPv6 addresses are handled - but they may not be mixed
+in the same set.