File: control

package info (click to toggle)
libdbix-class-htmlwidget-perl 0.16-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: perl: 69; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 890 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
Source: libdbix-class-htmlwidget-perl
Section: perl
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: perl (>= 5.8.8-7etch1),
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/libdbix-class-htmlwidget-perl
Vcs-Git: https://salsa.debian.org/debian/libdbix-class-htmlwidget-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libdbix-class-htmlwidget-perl
Architecture: all
Depends: libdbix-class-perl (>= 0.05),
         libhtml-widget-perl (>= 1.10),
         ${misc:Depends},
         ${perl:Depends},
Description: DBIx::Class::HTMLWidget perl module
 Something like Class::DBI::FromForm / Class::DBI::FromCGI but using
 HTML::Widget for form creation and validation and DBIx::Class as a ORM.
 .
 You'll need a working DBIx::Class setup and some knowledge of
 HTML::Widget and Catalyst.