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

..03-May-2022-

inc/H24-Feb-2014-8973

lib/Net/CIDR/H24-Feb-2014-1,145514

t/H24-Feb-2014-342291

Build.PLH A D24-Feb-2014408 1914

ChangesH A D24-Feb-2014287 1510

MANIFESTH A D24-Feb-2014214 1817

META.jsonH A D24-Feb-20141.3 KiB5655

META.ymlH A D24-Feb-2014855 3231

READMEH A D24-Feb-2014524 3219

README

1Net-CIDR-Set version 0.13
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7    perl Makefile.PL
8    make
9    make test
10    make install
11
12
13Alternatively, to install with Module::Build, you can use the following commands:
14
15    perl Build.PL
16    ./Build
17    ./Build test
18    ./Build install
19
20
21DEPENDENCIES
22
23    Data::Types
24    List::Util
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2008, Message Systems
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself.
32