Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 12a1ce8bbdc20f1a8719b9e7f8901330 > files > 9

perl-Algorithm-Permute-0.12-8.fc16.i686.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.