File: control

package info (click to toggle)
libhtml-formfu-model-dbic-perl 2.00-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,056 kB
  • ctags: 80
  • sloc: perl: 1,253; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,785 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-formfu-model-dbic-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           Brian Cassidy <brian.cassidy@gmail.com>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libcrypt-cbc-perl,
                     libdatetime-format-sqlite-perl,
                     libdbd-sqlite3-perl,
                     libdbix-class-perl,
                     libhtml-formfu-perl (>= 2.00000),
                     liblist-moreutils-perl,
                     libsql-translator-perl (>= 0.11.016),
                     libtask-weaken-perl,
                     libtest-simple-perl (>= 0.99) | perl (>= 5.19.5),
                     libyaml-syck-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-formfu-model-dbic-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-formfu-model-dbic-perl.git
Homepage: http://www.formfu.org/

Package: libhtml-formfu-model-dbic-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libdbd-sqlite3-perl,
         libdbix-class-perl,
         libhtml-formfu-perl (>= 2.00000),
         liblist-moreutils-perl,
         libtask-weaken-perl
Description: module to integrate HTML::FormFu with DBIx::Class
 HTML::FormFu is a HTML form creation, rendering and validation framework.
 .
 This package contains the HTML::FormFu::Model::DBIC module, providing
 integration with DBIx::Class. It allows one to set a form's default values
 from a DBIx::Class row object and to update the database from a submitted
 form.