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

v.41 Minor release
 - FetchLoop.pm had DOS newline characters, this caused pod2html to fail
   replaced with Unix EOLs

v.4 Major release
 - Added (still) more error handling
 - Added $lph->pre_loop_substr and $lph->post_loop_substr
 - Added the CHANGES file to distribution
 - Documentation changes

v.3 Major release
 - Changed module name to DBIx::FetchLoop (per Tim Bunce)
 - Added more error handling
 - Added $lph->count
 - Added $lph->is_first and $lph->is_last
 - Added the INSTALL file to distribution

v.2 Major release
 - Support for both fetchrow_hashref and fetchrow_arrayref

v.1 Major release
 - Initial version (module named DBIx::Loop)