The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06

  • Fixed bug in Array::Iterator::peek(). Thanks to Hugo Cornelis for pointing it out
    • added tests for this
  • Added patch from Phillip Moore to support *single element iteration* using the hash-ref constructor option.
    • added tests and docs for this (also from Phillip :)

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