Revision history for Perl extension Iterator::Paged.

0.003   2009-03-17
  - Added POD.
  - Updated method next() to be capable of working with an infinite set of pages,
    by replacing $s->{data} with the next resultset, rather than appending the
    next resultset onto $s->{data}.

0.002   2009-03-17
  - Updated Makefile.PL to list LWP::UserAgent as a testing dependency.
  - Removed dependency on Carp.

0.001  2009-03-17
  - Initial release.