initial commit
[urisagit/Sort-Maker.git] / README
1 Sort/Maker version 0.06
2 =======================
3
4 This module has two main goals: to make it easy to create correct sort
5 functions, and to make it simple to select the optimum sorting algorithm
6 for the number of items to be sorted. Sort::Maker generates complete
7 sort subroutines in one of four styles, plain, orcish manouver,
8 Schwartzian Transform and the Guttman-Rosler Transform. You can also get
9 the source for a sort sub you create via the sorter_source call.
10
11 INSTALLATION
12
13 To install this module type the following:
14
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20 DEPENDENCIES
21
22 None.
23
24 COPYRIGHT AND LICENCE
25
26 Licensed the same as Perl.
27
28 Copyright (C) 2004-2006 Uri Guttman uri@sysarch.com