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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: librose-db-object-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Brian Cassidy <brian.cassidy@gmail.com>,
gregor herrmann <gregoa@debian.org>,
Rene Mayorga <rmayorga@debian.org>,
Ryan Niebur <ryan@debian.org>,
Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libbit-vector-perl,
libclone-perl,
libdatetime-perl,
libdbd-sqlite3-perl,
libdbi-perl,
liblist-moreutils-perl,
librose-db-perl (>= 0.763),
librose-object-perl,
libtest-memory-cycle-perl,
libtest-pod-perl,
libtime-clock-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librose-db-object-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librose-db-object-perl.git
Homepage: https://metacpan.org/release/Rose-DB-Object
Package: librose-db-object-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libbit-vector-perl,
libclone-perl,
libdatetime-perl,
libdbi-perl,
liblist-moreutils-perl,
librose-db-perl (>= 0.763),
librose-object-perl,
libtime-clock-perl
Description: framework providing an extensible high-performance ORM
Rose::DB::Object is a base class for objects that encapsulate a single row in
a database table. By deriving objects from this module, you get a simple API
for manipulating database tuples. This module inherits from, and follows the
convention of, Rose::Object. See the manual for Rose::Object or the tutorial,
Rose::DB::Object::Tutorial, for details.
|