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 26 27
|
Source: libdbix-class-cursor-cached-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libcache-cache-perl,
libcarp-clan-perl,
libdbix-class-perl (>= 0.08124),
libdbd-sqlite3-perl (>= 1.25)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-cursor-cached-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-cursor-cached-perl.git
Package: libdbix-class-cursor-cached-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
libdbix-class-perl (>= 0.08124),
libcarp-clan-perl
Description: cursor object with built-in caching support
DBIx::Class::Cursor::Cached is a Perl module providing a cursor class with
built-in caching support. It allows for traversal of an arbitrary result set
using "next", retrieving all results with "all" and resetting the cursor with
"reset." Moreover, it caches your results to increase speed.
|