Revision history for Perl extension List::Enumerator 0.05 Sat Aug 16 00:06:00 2008 * New method: choice, sample, shuffle, transpose 0.04 Sun Aug 10 16:40:00 2008 * Use Class::Accessor::Fast instead of Moose. * List::Enumerator::Role is just a class now. * E is exported by default. 0.03 Sat Jun 14 04:05:55 2008 * more faster each method. * changed interface of each. now each method always returns self. 0.02 Thu May 22 22:56:06 2008 * append some methods. * fixed silly 'select' bug. * fixed bug around rewind. 0.01 Sat May 17 01:06:38 2008 * original version