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

..03-May-2022-

lib/Sort/Key/H21-May-2012-17442

t/H21-May-2012-3419

ChangesH A D21-May-2012446 1611

IPv4.xsH A D21-May-20123.1 KiB125112

MANIFESTH A D21-May-2012180 1110

META.ymlH A D21-May-2012550 2322

Makefile.PLH A D21-May-2012334 96

READMEH A D21-May-2012596 3118

ppport.hH A D21-May-2012136.8 KiB5,8702,318

README

1Sort-Key-IPv4
2=============
3
4Sorts lists of objects by some property containing an IPv4 address
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19   Sort::Key
20   Test::More
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2007, 2009, 2012 by Salvador Fandino
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself, either Perl version 5.8.8 or,
28at your option, any later version of Perl 5 you may have available.
29
30
31