1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
  
     | 
    
      Source: libclass-dbi-pager-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.90), libdata-page-perl (>= 0.13), libexporter-lite-perl (>= 0.01), libtest-simple-perl, libclass-dbi-sqlite-perl, libdbd-sqlite3-perl
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-pager-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-pager-perl/
Homepage: http://search.cpan.org/dist/Class-DBI-Pager/
Package: libclass-dbi-pager-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.90), libdata-page-perl (>= 0.13), libexporter-lite-perl (>= 0.01)
Description: pager utility for Class::DBI
 Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page
 with Class::DBI. This module reduces your work a lot, for example
 when you have to do something like:
 .
  * retrieve objects from a database
  * display objects with 20 items per page
 .
 In addition, your work will be reduced more, when you use
 Template-Toolkit as your templating engine.
 
     |