diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-08-15 08:44:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-08-15 08:44:23 +0000 |
commit | e924de8cafd3463e1b67b1ad3585071081505e59 (patch) | |
tree | b9d82eaac46c3c031791ec49c2b24dc3ea07b91d /www/Makefile | |
parent | d2448727354ce1216d8fa9fc46a03b09b1230832 (diff) |
Catalyst::TraitFor::Controller::DBIC::DoesPaging - Helps you paginate,
search, sort, and more easily using DBIx::Class.
This module helps you to map various DBIx::Class features to CGI
parameters. For the most part that means it will help you search,
sort, and paginate with a minimum of effort and thought.
WWW: http://search.cpan.org/perldoc?Catalyst::TraitFor::Controller::DBIC::DoesPaging
PR: ports/149026
Submitted by: Alex Bakhtin <Alex.Bakhtin at gmail.com>
Notes
Notes:
svn path=/head/; revision=259271
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2f6205a4ff3e..c71e0a987dcd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -864,6 +864,7 @@ SUBDIR += p5-Catalyst-Plugin-Unicode-Encoding SUBDIR += p5-Catalyst-Plugin-XMLRPC SUBDIR += p5-Catalyst-Runtime + SUBDIR += p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging SUBDIR += p5-Catalyst-TraitFor-Request-BrowserDetect SUBDIR += p5-Catalyst-View-ClearSilver SUBDIR += p5-Catalyst-View-Email |