File: control

package info (click to toggle)
libdbix-class-introspectablem2m-perl 0.001002-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 144 kB
  • ctags: 110
  • sloc: perl: 1,315; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,188 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
Source: libdbix-class-introspectablem2m-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
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: git://anonscm.debian.org/pkg-perl/packages/libdbix-class-introspectablem2m-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbix-class-introspectablem2m-perl.git
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.