File: control

package info (click to toggle)
libdbix-class-introspectablem2m-perl 0.001002-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 1,315; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,223 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
Source: libdbix-class-introspectablem2m-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: libdbix-class-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/DBIx-Class-IntrospectableM2M
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-introspectablem2m-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-introspectablem2m-perl
Testsuite: autopkgtest-pkg-perl

Package: libdbix-class-introspectablem2m-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdbix-class-perl
Description: Introspection of many-to-many DBIx::Class relationships
 Because DBIx::Class many-to-many relationships are not actual relationships,
 they cannot be introspected with DBIx::Class.  They are actually just a
 collection of convenience  methods that bridge two actual relationships.
 .
 DBIx::Class::IntrospectableM2M can be used to store all relevant information
 about these M2M relationships so they can later be introspected and examined.