File: control

package info (click to toggle)
libhtml-formhandler-model-dbic-perl 0.29-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: perl: 1,873; sql: 259; makefile: 8
file content (41 lines) | stat: -rw-r--r-- 1,886 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
39
40
41
Source: libhtml-formhandler-model-dbic-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdatetime-format-mysql-perl <!nocheck>,
                     libdatetime-format-sqlite-perl <!nocheck>,
                     libdatetime-format-w3cdtf-perl <!nocheck>,
                     libdbd-sqlite3-perl <!nocheck>,
                     libdbix-class-perl <!nocheck>,
                     libdbix-class-resultset-recursiveupdate-perl <!nocheck>,
                     libhtml-formhandler-perl <!nocheck>,
                     libmoose-perl <!nocheck>,
                     libnamespace-autoclean-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-formhandler-model-dbic-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-formhandler-model-dbic-perl.git
Homepage: https://metacpan.org/release/HTML-FormHandler-Model-DBIC
Rules-Requires-Root: no

Package: libhtml-formhandler-model-dbic-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbix-class-perl,
         libdbix-class-resultset-recursiveupdate-perl,
         libhtml-formhandler-perl,
         libmoose-perl,
         libnamespace-autoclean-perl
Recommends: libtemplate-perl
Provides: libhtml-formhandler-traitfor-model-dbic-perl
Description: base class that holds DBIC model role
 HTML::FormHandler::Model::DBIC and
 HTML::FormHandler::TraitFor::Model::DBIC provide an interface between
 HTML::FormHandler and DBIx::Class.
 .
 This interface is available as a regular class or as a Moose role.  It
 will save form fields automatically to the database.