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: libtangram-perl
Section: perl
Priority: optional
Maintainer: Christian Sánchez <csanchez@unplug.org.ve>
Standards-Version: 3.7.2
Build-Depends: debhelper (>> 4.1)
Build-Depends-Indep: perl (>> 5.8), libset-object-perl (>= 1.04), libdbi-perl
Package: libtangram-perl
Architecture: all
Depends: ${perl:Depends}, libset-object-perl (>= 1.04), libdbi-perl
Recommends: libdate-manip-perl
Description: Orthogonal Object Persistence in Relational Databases
Tangram is an object-relational mapper. It makes objects persist in
relational databases, and provides powerful facilities for retrieving
and filtering them. Tangram fully supports object-oriented programming,
including polymorphism, multiple inheritance and collections.
It does so in an orthogonal fashion, that is, it doesn't require
your classes to implement support functions nor inherit from a utility class.
.
Tangram builds upon DBI, so you'll need to install DBI and at least
one DBD driver if that is not done already. You will also need
Set::Object. These modules are available from CPAN.
.
If you intend to run the regression tests (recommended), you will
also need to prepare an empty database before starting the installation
procedure.
|