File: control

package info (click to toggle)
libvalidation-class-perl 7.70-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 716 kB
  • sloc: perl: 2,474; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,290 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
Source: libvalidation-class-perl
Section: perl
Priority: optional
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>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-method-modifiers-perl,
 libdbd-sqlite3-perl,
 libdbi-perl,
 libhash-flatten-perl,
 libhash-merge-perl,
 libmodule-find-perl,
 libmodule-runtime-perl,
 libmoose-perl,
 perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libvalidation-class-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libvalidation-class-perl.git
Homepage: http://search.cpan.org/dist/Validation-Class/

Package: libvalidation-class-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libhash-flatten-perl,
 libhash-merge-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.