File: control

package info (click to toggle)
libclass-dbi-asform-perl 2.42-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 67; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,431 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
Source: libclass-dbi-asform-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
 libclass-dbi-perl,
 libclass-dbi-plugin-type-perl,
 libdbd-sqlite3-perl,
 libdbi-perl,
 libhtml-tree-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-asform-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-asform-perl
Homepage: https://metacpan.org/release/Class-DBI-AsForm

Package: libclass-dbi-asform-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-dbi-perl,
 libclass-dbi-plugin-type-perl,
 libdbi-perl,
 libhtml-tree-perl
Description: module to produce HTML form elements for database columns using Class::DBI
 The Class::DBI::AsForm module helps to generate HTML forms for creating new
 database rows or editing existing rows. It maps column names in a database
 table to HTML form elements which fit the schema. Large text fields
 are turned into textareas, and fields with a has-a relationship to
 other Class::DBI tables are turned into select drop-downs populated
 with objects from the joined class.