SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Data-Page rpm build for : OpenSuSE. For other distributions click perl-Data-Page.

Name : perl-Data-Page
Version : 2.03 Vendor : openSUSE
Release : bp154.1.39 Date : 2022-05-09 11:24:09
Group : Development/Libraries/Perl Source RPM : perl-Data-Page-2.03-bp154.1.39.src.rpm
Size : 0.03 MB
Packager : https://bugs_opensuse_org
Summary : Help when paging through sets of results
Description :
When searching through large amounts of data, it is often the case that a
result set is returned that is larger than we want to display on one page.
This results in wanting to page through various pages of data. The maths
behind this is unfortunately fiddly, hence this module.

The main concept is that you pass in the number of total entries, the
number of entries per page, and the current page number. You can then call
methods to find out how many pages of information there are, and what
number the first and last entries on the current page really are.

For example, say we wished to page through the integers from 1 to 100 with
20 entries per page. The first page would consist of 1-20, the second page
from 21-40, the third page from 41-60, the fourth page from 61-80 and the
fifth page from 81-100. This module would help you work this out.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.4/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Data-Page-2.03-bp154.1.39.noarch.rpm
ftp.icm.edu.pl  perl-Data-Page-2.03-bp154.1.39.noarch.rpm
     

Provides :
perl(Data::Page)
perl-Data-Page

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Class::Accessor::Chained::Fast)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Data
/usr/lib/perl5/vendor_perl/5.26.1/Data/Page.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Data-Page
/usr/share/doc/packages/perl-Data-Page/CONTRIBUTING
/usr/share/doc/packages/perl-Data-Page/Changes
/usr/share/doc/packages/perl-Data-Page/README
/usr/share/licenses/perl-Data-Page
/usr/share/licenses/perl-Data-Page/LICENCE
/usr/share/man/man3/Data::Page.3pm.gz

 
ICM