File: control

package info (click to toggle)
libdbix-class-htmlwidget-perl 0.16-6
  • links: PTS
  • area: main
  • in suites:
  • size: 104 kB
  • sloc: perl: 69; makefile: 47
file content (21 lines) | stat: -rw-r--r-- 771 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
Source: libdbix-class-htmlwidget-perl
Section: perl
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 10),
Build-Depends-Indep: perl (>= 5.8.8-7etch1)
Rules-Requires-Root: no
Standards-Version: 3.9.8
Homepage: http://search.cpan.org/~andremar/DBIx-Class-HTMLWidget/

Package: libdbix-class-htmlwidget-perl
Architecture: all
Depends: libhtml-widget-perl (>= 1.10), libdbix-class-perl (>= 0.05),
 ${perl:Depends}, ${misc: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.