File: control

package info (click to toggle)
libformvalidator-simple-perl 0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 368 kB
  • ctags: 224
  • sloc: perl: 2,581; makefile: 15
file content (31 lines) | stat: -rw-r--r-- 1,667 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
Source: libformvalidator-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libyaml-perl,
 libemail-valid-loose-perl, libtie-ixhash-perl, libclass-accessor-perl,
 libdate-calc-perl, libclass-data-inheritable-perl, libclass-inspector-perl,
 libmailtools-perl, libuniversal-exports-perl, liblist-moreutils-perl,
 libdatetime-format-strptime-perl, libclass-data-accessor-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregoa@debian.org>, Nathan Handler <nhandler@ubuntu.com>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/FormValidator-Simple/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libformvalidator-simple-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libformvalidator-simple-perl/

Package: libformvalidator-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libyaml-perl,
 libemail-valid-loose-perl, libtie-ixhash-perl, libclass-accessor-perl,
 libdate-calc-perl, libclass-data-inheritable-perl, libclass-inspector-perl,
 libmailtools-perl, libuniversal-exports-perl, liblist-moreutils-perl,
 libdatetime-format-strptime-perl, libclass-data-accessor-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.