Group
Extension

Matches 1

Web-Util-DBIC-Paging ( W/WE/WESM/Web-Util-DBIC-Paging-0.001004.tar.gz, WESM, 2018; MetaCPAN )
Web-Util-DBIC-Paging/lib/Web/Util/DBIC/Paging.pm ( view source; MetaCPAN )
head1 VERSION

version 0.001004

=head1 SYNOPSIS

 package MyApp::People;

 use Web::Simple;
 use JSON::MaybeXS;
 use Web::Util::ExtPaging;
 use Web::Util::DBIC::Paging;

 sub dispatch_request {
  my 
rs();

  sub (/people) {
    [
       200,
       [ 'Content-type', 'application/json' ],
       [
         encode_json(
            ext_paginate(
               search(
                  page_and_sor

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.