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
|
Source: libdbix-class-tree-nestedset-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Olivier Sallou <olivier.sallou@irisa.fr>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libdbicx-testdatabase-perl,
libdbix-class-perl,
perl,
libtest-exception-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-tree-nestedset-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-tree-nestedset-perl.git
Homepage: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/
Package: libdbix-class-tree-nestedset-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdbicx-testdatabase-perl,
libdbix-class-perl
Description: module to manage trees of data using the nested set model
The module DBIx::Class::Tree::NestedSet provides methods for working
with nested set trees.
The nested tree model is a way of representing hierarchical information
in a database. This takes a different approach to the Adjacency List
implementation.
|