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
|
Source: libcoat-persistent-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libdbi-perl, libdbix-sequence-perl,
libsql-abstract-perl, libcoat-perl (>= 0.334), liblist-compare-perl,
libdbd-csv-perl, libcache-fastmmap-perl, libclass-date-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcoat-persistent-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcoat-persistent-perl/
Homepage: http://search.cpan.org/dist/Coat-Persistent/
Package: libcoat-persistent-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl,
libdbix-sequence-perl, libsql-abstract-perl, libcoat-perl (>= 0.334),
liblist-compare-perl, libclass-date-perl
Suggests: libcache-fastmmap-perl, libdbd-csv-perl
Description: simple ORM inspired by Ruby's ActiveRecord
Coat::Persistent is an Object Relational Mapper (ORM) for databases, which
allows you to build instances of Coat objects and save them into a database
transparently. It allows one to execute SQL commands directly as well.
.
The underlying target of this module is to port the whole ActiveRecord::Base
API to Perl. It is still a development version and should not be used in a
production environment.
|