• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Apr-2013244

ChangesH A D23-Jun-20082.5 KiB

COPYINGH A D23-Jun-20081.8 KiB

IP.pmH A D23-Jun-200864.5 KiB

ipcountH A D23-Jun-20083.5 KiB

iptabH A D23-Jun-2008888

Makefile.PLH A D23-Jun-20081 KiB

MANIFESTH A D23-Jun-2008197

META.ymlH A D23-Jun-2008288

Net-IP.spec.PLH A D23-Jun-2008760

READMEH A D23-Jun-2008839

t/H11-Apr-20135

README

1This is the Net::IP module, designed to allow easy manipulation of IPv4 and
2IPv6 addresses.
3
4You need to have Math::BigInt installed on your system.
5
6You install the library by running these commands:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13There is also a small application which uses the IP.pm module: ipcount.pl.
14Basically, it's an IP address mini-calculator, it can calculate the number of
15IP addresses in a prefix or all the prefixes contained in a given range.
16
17All bug reports and suggestions for improvemenets should be sent to 
18Manuel Valente <manuel.valente@gmail.com>.
19
20All files contained in this installation are Copyright (c) 1999-2000
21RIPE-NCC unless otherwise specified. All rights reserved.
22
23This library is free software; you can redistribute it and/or modify it under 
24the same terms as Perl itself.
25
26