File: control

package info (click to toggle)
libparams-validate-perl 0.91-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 524 kB
  • ctags: 729
  • sloc: perl: 2,596; makefile: 52
file content (33 lines) | stat: -rw-r--r-- 1,617 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
Source: libparams-validate-perl
Section: perl
Priority: optional
Build-Depends: perl (>= 5.8.0-17) | perl-base (>= 5.8.0-17), debhelper (>= 6),
 libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl,
 libtest-pod-coverage-perl, quilt (>= 0.40)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, 
 gregor herrmann <gregor+debian@comodo.priv.at>,
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>, Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Params-Validate/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparams-validate-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-validate-perl/

Package: libparams-validate-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: validate parameters to Perl method/function calls
 The Params::Validate module provides a flexible system for validating
 method/function call parameters.  The validation can be as simple as
 checking for the presence of required parameters or as complex as
 validating object classes (via isa) or capabilities (via can),
 checking parameter types, and using customized callbacks to ensure
 data integrity.
 .
 The module has been designed to work equally well with positional or
 named parameters (via a hash or hash reference).
 .
 An attribute based implementation of this idea is also included as
 Attribute::Params::Validate, but it doesn't currently have all the
 features of the non-attribute version, and its use in production
 systems is not recommended.