* On Tue, Feb 12 2008, Dan Horne wrote: > Dan Horne said: >> Hi >> >> Is there a simple way of changing the result set Pager? I'd like to use >> Data::Page::Navigation instead of Data::Page >> > > No takers?
Read the source code for Data::Page::Navigation: http://search.cpan.org/src/KAZEBURO/Data-Page-Navigation-0.03/lib/Data/Page/Navigation.pm As soon as you load that module, it immediately affects every instance of Data::Page. Poor programming practice, but convenient in this case. Regards, Jonathan Rockway _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
