Changes for version 0.07 - 2011-09-09

  • Take over maintenance from Stevan Little.
  • Now uses Dist::Zilla and git.
  • Add lowercase method name aliases (has_next() as well as hasNext(), etc). The lowercase method names are now the documented ones.
  • Add iterated() to check whether an iteration has been done (i.e. next(), or get_next(), or previous(), etc has been called).

Modules

A simple class for iterating over Perl arrays
A subclass of Array::Iterator to allow forwards and backwards iteration
A subclass of Array::Iterator to allow circular iteration
A subclass of Array::Iterator to allow reuse of iterators