Revision history for Perl extension List::Enumerator

0.04 Sun Aug 10 
	* 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