Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 31d46a2ed801e3748f3faf3e04ac3674 > files > 12

perl-Algorithm-Permute-0.120.0-15.mga6.x86_64.rpm

    Algorithm::Permute - Handy and fast permutation with object oriented
    interface

As of version 0.11, a different implementation of the same permutation
generator algorithm can be chosen at compile time. This one uses linked list
instead of array, and hopefully a little bit faster. 

To enable this, run Makefile.PL with a custom DEFINE argument:
perl Makefile.PL DEFINE="-DPERL_EXT -DUSE_LINKEDLIST"

This option only affects the iterative style (OO) interface. The callback 
interface remains unaffected.