File: control

package info (click to toggle)
libdbix-class-candy-perl 0.005002-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 264 kB
  • ctags: 70
  • sloc: perl: 644; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,562 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
35
36
37
38
Source: libdbix-class-candy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libdbix-class-perl,
                     libmro-compat-perl,
                     libnamespace-clean-perl,
                     libsub-exporter-perl,
                     libstring-camelcase-perl,
                     libtest-deep-perl,
                     liblingua-en-inflect-perl,
                     libtest-fatal-perl
Standards-Version: 3.9.8
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
Testsuite: autopkgtest-pkg-perl

Package: libdbix-class-candy-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbix-class-perl,
         libmro-compat-perl,
         libnamespace-clean-perl,
         libstring-camelcase-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.