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

..03-May-2022-

lib/Sort/Key/H29-Apr-2014-434156

t/H29-Apr-2014-13893

ChangesH A D29-Apr-2014874 3525

MANIFESTH A D29-Apr-2014189 1211

META.jsonH A D29-Apr-2014884 4241

META.ymlH A D29-Apr-2014498 2322

Makefile.PLH A D05-May-2010511 1310

READMEH A D29-Apr-2014707 3519

Top.xsH A D29-Apr-201421.8 KiB853786

ppport.hH A D05-May-2010120.9 KiB5,1561,912

sort.hH A D05-May-201017.2 KiB523212

README

1Sort-Key-Top
2============
3
4This module provides a set of functions that allows to select the top
5n elements from a list using several common orderings and custom key
6extraction procedures.
7
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18
19DEPENDENCIES
20
21This module requires these other modules and libraries:
22
23        Test::More for testing
24
25
26COPYRIGHT AND LICENCE
27
28Copyright (C) 2006-2008, 2011, 2012, 2014 by Salvador Fandino
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself, either Perl version 5.8.8 or,
32at your option, any later version of Perl 5 you may have available.
33
34
35