Source: libdbix-class-tree-nestedset-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Olivier Sallou 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.