File: control

package info (click to toggle)
libdbix-class-tree-nestedset-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: perl: 1,672; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download
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
Source: libdbix-class-tree-nestedset-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdbicx-testdatabase-perl,
                     libdbix-class-perl,
                     perl,
                     libtest-exception-perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-tree-nestedset-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-tree-nestedset-perl.git
Homepage: https://metacpan.org/release/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.