File: control

package info (click to toggle)
libdbix-class-tree-nestedset-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 200 kB
  • ctags: 49
  • sloc: perl: 1,672; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download | duplicates (2)
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.