File: control

package info (click to toggle)
libdbix-class-htmlwidget-perl 0.16-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 112 kB
  • ctags: 12
  • sloc: perl: 69; makefile: 47
file content (20 lines) | stat: -rw-r--r-- 733 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libdbix-class-htmlwidget-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-7etch1)
Maintainer: Al Nikolov <clown@debian.org>
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.