• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Net/IP/H09-Nov-2010-1,7041,226

t/H09-Nov-2010-1,034846

ChangesH A D09-Nov-2010250 108

MANIFESTH A D09-Nov-2010416 2120

META.ymlH A D09-Nov-2010484 1615

Makefile.PLH A D09-Nov-2010618 1512

READMEH A D09-Nov-2010962 3623

README

1Net-IP-RangeCompare
2===============================
3
4Fast Scalable ip range aggregation and summary tool kit.
5
6Similar in functionality to Net::Netmask and NetAddr::IP,
7Net::IP::RangeCompare is a completely range driven ip management and
8evaluation tool, allowing more flexabilty and scalability when
9dealing with the some what organic nature of IP-Ranges.
10
11If you have a large number of ipv4 ranges and need to inventory lists
12of ranges for overlaps, this is the Module for you!
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23DEPENDENCIES
24
25     Data::Range::Compare >=     1.022
26     Data::IPV4::Range::Parse >= .03
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2010 by Michael Shipper
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself, either Perl version 5.8.4 or,
34at your option, any later version of Perl 5 you may have available.
35
36