diff options
Diffstat (limited to 'devel/p5-Sort-Maker/DESCR')
-rw-r--r-- | devel/p5-Sort-Maker/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Sort-Maker/DESCR b/devel/p5-Sort-Maker/DESCR new file mode 100644 index 00000000000..69c0425dd3c --- /dev/null +++ b/devel/p5-Sort-Maker/DESCR @@ -0,0 +1,7 @@ +The Perl 5 module Sort::Maker has two main goals: to make it easy +to create correct sort functions, and to make it simple to select +the optimum sorting algorithm for the number of items to be sorted. +Sort::Maker generates complete sort subroutines in one of four +styles, plain, orcish maneuver, Schwartzian Transform and the +Guttman-Rosler Transform. You can also get the source for a sort +sub you create via the sorter_source call. |