File: control

package info (click to toggle)
libparams-validate-perl 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 560 kB
  • ctags: 723
  • sloc: perl: 2,687; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,584 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
Source: libparams-validate-perl
Section: perl
Priority: optional
Build-Depends: perl, debhelper (>= 7.0.50), libtest-taint-perl (>= 0.02),
 perl (>= 5.10) | libmodule-build-perl, libtest-pod-coverage-perl,
 libreadonly-xs-perl, libreadonly-perl, libtest-pod-perl,
 libtest-kwalitee-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jay Bonci <jaybonci@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 gregor herrmann <gregoa@debian.org>,
 Krzysztof Krzyżaniak (eloy) <eloy@debian.org>, Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.3
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/viewsvn/pkg-perl/trunk/libparams-validate-perl/

Package: libparams-validate-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl module to validate parameters to Perl method/function calls
 Params::Validate is a Perl module providing a flexible way to validate method
 and function call parameters. The validation can be as simple as checking for
 the presence of required parameters, or more complex, like validating object
 classes (via isa) or capabilities (via can) and checking parameter types. It
 also provides extensibility through customized validation callbacks.
 .
 The module has been designed to work equally well with positional or named
 parameters (via a hash or hash reference) and includes experimental support
 for attributes (see Attribute::Params::Validate for details).