File: control

package info (click to toggle)
libformvalidator-simple-perl 0.29-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 3,043; makefile: 4
file content (50 lines) | stat: -rw-r--r-- 2,092 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
Source: libformvalidator-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
                     perl,
                     libclass-accessor-perl,
                     libclass-data-accessor-perl,
                     libclass-data-inheritable-perl,
                     libclass-inspector-perl,
                     libdate-calc-perl,
                     libdatetime-format-strptime-perl,
                     libemail-valid-loose-perl,
                     liblist-moreutils-perl,
                     libmailtools-perl,
                     libtest-pod-perl,
                     libtie-ixhash-perl,
                     libuniversal-exports-perl,
                     libyaml-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libformvalidator-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libformvalidator-simple-perl.git
Homepage: https://metacpan.org/release/FormValidator-Simple

Package: libformvalidator-simple-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-accessor-perl,
         libclass-data-accessor-perl,
         libclass-data-inheritable-perl,
         libclass-inspector-perl,
         libdate-calc-perl,
         libdatetime-format-strptime-perl,
         libemail-valid-loose-perl,
         liblist-moreutils-perl,
         libmailtools-perl,
         libtie-ixhash-perl,
         libuniversal-exports-perl,
         libyaml-perl
Description: module for validating forms with simple chains of constraints
 FormValidator::Simple provides you a sweet way of form data validation with
 simple constraints chains. You can write constraints on single line for each
 input data.
 .
 This idea is based on Sledge::Plugin::Validator, and most of validation code
 is borrowed from this plugin.