File: control

package info (click to toggle)
libvalidation-class-perl 7.900057-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,572 kB
  • ctags: 355
  • sloc: perl: 21,493; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,629 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
Source: libvalidation-class-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           Fabrizio Regalli <fabreg@fabreg.it>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclass-method-modifiers-perl,
                     libdbd-sqlite3-perl,
                     libdbi-perl,
                     libhash-flatten-perl,
                     libhash-merge-perl,
                     liblist-moreutils-perl,
                     libmodule-find-perl,
                     libmodule-runtime-perl,
                     libmoose-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libvalidation-class-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libvalidation-class-perl.git
Homepage: https://metacpan.org/release/Validation-Class

Package: libvalidation-class-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhash-flatten-perl,
         libhash-merge-perl,
         liblist-moreutils-perl,
         libmodule-find-perl,
         libmodule-runtime-perl,
         libmoose-perl
Description: module for centralized, simplified input validation
 Validation::Class is a different approach to data validation. It attempts to
 simplify and centralize data validation rules to ensure DRY (don't repeat
 yourself) code. The primary intent is to provide a simplistic validation
 workflow and promote (validation) code reuse.