File: control

package info (click to toggle)
libhtml-widget-perl 1.11-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,052 kB
  • ctags: 380
  • sloc: perl: 3,651; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,893 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
42
43
44
45
46
47
Source: libhtml-widget-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libclass-accessor-chained-perl,
                     libclass-accessor-perl,
                     libclass-data-accessor-perl,
                     libdate-calc-perl,
                     libemail-valid-perl,
                     libhtml-scrubber-perl,
                     libhtml-tree-perl (>= 4),
                     libmodule-pluggable-fast-perl,
                     libtest-deep-perl,
                     libtest-mockobject-perl,
                     libtest-nowarnings-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-widget-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-widget-perl.git
Homepage: https://metacpan.org/release/HTML-Widget/

Package: libhtml-widget-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-chained-perl,
         libclass-accessor-perl,
         libclass-data-accessor-perl,
         libdate-calc-perl,
         libemail-valid-perl,
         libhtml-scrubber-perl,
         libhtml-tree-perl,
         libmodule-pluggable-fast-perl
Suggests: libtest-mockobject-perl
Description: HTML widget and validation framework
 HTML::Widget makes creating and maintaining HTML widgets easy.
 .
 Everything is optional, use validation only or just generate forms, you can 
 embed and merge them later.
 .
 The API was designed similar to other popular modules like 
 Data::FormValidator and FormValidator::Simple, HTML::FillInForm is also 
 built in (and much faster).