converted tabs to spaces, removed trailing whitespace
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / Pager.pm
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2005-12-30 Matt S Trout Probably avoids some potential page/search bugs
2005-12-30 Matt S Trout Added $rs->search_related, cleaned up paging code
2005-08-29 Andy Grundman Made pager a method on ResultSet, added rs->page(num...
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...