diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:16:16 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:16:16 +0000 |
commit | 779399a31e38bf5177829f9d091a74dc37dd31b2 (patch) | |
tree | 160910705b5430de44acba0b896dd906d136bc6c /devel/p5-Algorithm-Permute/pkg-descr | |
parent | Add p5-Algorithm-MarkovChain 0.03, perl class capable of creating Markov (diff) |
Add p5-Algorithm-Permute 0.02, perl interface to handy and fast
permutation.
Diffstat (limited to 'devel/p5-Algorithm-Permute/pkg-descr')
-rw-r--r-- | devel/p5-Algorithm-Permute/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-Permute/pkg-descr b/devel/p5-Algorithm-Permute/pkg-descr new file mode 100644 index 000000000000..36e731260f6e --- /dev/null +++ b/devel/p5-Algorithm-Permute/pkg-descr @@ -0,0 +1,7 @@ +Algorithm::Permute provides a handy and fast permutation with an OO interface, +although its algorithm is perhaps not the fastest available. Currently it only +supports permutation n of n objects. + +Author: Edwin Pratomo <ed.pratomo@computer.org> + +--will |