File: control

package info (click to toggle)
libdbix-class-candy-perl 0.005003-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 268 kB
  • sloc: perl: 654; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,437 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
29
30
31
32
33
34
Source: libdbix-class-candy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libdbix-class-perl,
                     libmro-compat-perl,
                     libnamespace-clean-perl,
                     libsub-exporter-perl,
                     libtest-deep-perl,
                     liblingua-en-inflect-perl,
                     libtest-fatal-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbix-class-candy-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbix-class-candy-perl.git
Homepage: https://metacpan.org/release/DBIx-Class-Candy

Package: libdbix-class-candy-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbix-class-perl,
         libmro-compat-perl,
         libnamespace-clean-perl,
         liblingua-en-inflect-perl,
         libsub-exporter-perl
Description: module providing syntax sugar for DBIx::Class
 DBIx::Class::Candy is a Perl module that provides syntactic sugar for result
 definitions for DBIx::Class (see libdbix-class-perl). It reduces repetitive
 boilerplate and provides more concise aliases for methods, simplifying the
 definition and maintenance of your schema.