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