diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-05-28 14:48:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | ed0ef6d5a0fe6361b13e3a2d697bb52162e9ccea (patch) | |
tree | b5ff265d49be5276500640c09de8c5e642b0b1b2 /perl/perl-data-page/slack-desc | |
parent | 42b0a890b77047d94a482e9a3f2b424ac0cfb0a0 (diff) |
perl/perl-data-page: Added (help paging through sets of results).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-data-page/slack-desc')
-rw-r--r-- | perl/perl-data-page/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-data-page/slack-desc b/perl/perl-data-page/slack-desc new file mode 100644 index 0000000000000..f9386a3feef09 --- /dev/null +++ b/perl/perl-data-page/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-data-page: perl-data-page (help when paging through sets of results) +perl-data-page: +perl-data-page: When searching through large amounts of data, it is often the case +perl-data-page: that a result set is returned that is larger than we want to display +perl-data-page: on one page. +perl-data-page: This results in wanting to page through various pages of data. +perl-data-page: The maths behind this is unfortunately fiddly, hence this module. +perl-data-page: +perl-data-page: homepage: http://search.cpan.org/~lbrocard/Data-Page/ +perl-data-page: +perl-data-page: |