Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Sort-Maker / pkg-descr
1 This module has two main goals: to make it easy to create correct sort
2 functions, and to make it simple to select the optimum sorting algorithm
3 for the number of items to be sorted. Sort::Maker generates complete
4 sort subroutines in one of four styles, plain, orcish manouver,
5 Schwartzian Transform and the Guttman-Rosler Transform. You can also get
6 the source for a sort sub you create via the sorter_source call.
7
8 WWW: http://search.cpan.org/dist/Sort-Maker/