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