File: control

package info (click to toggle)
libdata-formvalidator-perl 4.81-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 696 kB
  • ctags: 189
  • sloc: perl: 2,896; makefile: 2
file content (51 lines) | stat: -rw-r--r-- 2,192 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
48
49
50
51
Source: libdata-formvalidator-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Allard Hoeve <allard@byte.nl>,
           Niko Tyni <ntyni@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libcgi-simple-perl,
                     libcgi-pm-perl | perl (<< 5.19~),
                     libdate-calc-perl,
                     libemail-valid-perl,
                     libfile-mmagic-perl,
                     libimage-size-perl,
                     libmime-types-perl,
                     libperl6-junction-perl,
                     libregexp-common-perl,
                     libtemplate-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-formvalidator-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-formvalidator-perl.git
Homepage: https://metacpan.org/release/Data-FormValidator
Testsuite: autopkgtest-pkg-perl

Package: libdata-formvalidator-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libemail-valid-perl,
         libfile-mmagic-perl,
         libimage-size-perl,
         libmime-types-perl,
         libperl6-junction-perl,
         libregexp-common-perl
Recommends: libdate-calc-perl
Description: module to validate user input, mainly for HTML forms
 Data::FormValidator is a Perl module that presents users template-generated
 forms that can be automatically validated later. It lets you define profiles
 which declare required an optional fields, as well as any field constraints.
 Results are provided as an object, which makes it easy to handle missing and
 invalid results, return error messages, or process valid data.