[libnet-subnet-perl] 02/05: tidy description

Damyan Ivanov dmn at moszumanska.debian.org
Fri Jan 17 09:55:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libnet-subnet-perl.

commit bbfcc7aee2af009ea78d663f1c01175c37dabea5
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Jan 17 09:34:26 2014 +0000

    tidy description
---
 debian/control | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index 0722d34..eeba265 100644
--- a/debian/control
+++ b/debian/control
@@ -15,17 +15,10 @@ Package: libnet-subnet-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libsocket6-perl (>= 0.23)
-Description: Fast IP-in-subnet matcher for IPv4 and IPv6, CIDR or mask.
- This is a simple but fast pure Perl module for determining whether a given IP
- address is in a given set of IP subnets. It's iterative, and it doesn't use
- any fancy tries, but because it uses simple bitwise operations on strings
- it's still very fast.
+Description: Fast IP-in-subnet matcher module for IPv4 and IPv6
+ Net::Subnet is a simple but fast pure Perl module for determining whether a
+ given IP address is in a given set of IP subnets. It's iterative, and it
+ doesn't use any fancy tries, but because it uses simple bitwise operations on
+ strings it's still very fast.
  .
- All documented functions are exported by default.
- .
- Subnets have to be given in "address/mask" or "address/length" (CIDR) format.
- The Socket and Socket6 modules are used to normalise addresses, which means
- that any of the address formats supported by inet_aton and inet_pton can be
- used with Net::Subnet.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ The module supports both IPv4 and IPv6.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-subnet-perl.git



More information about the Pkg-perl-cvs-commits mailing list