File: control

package info (click to toggle)
libparams-validate-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 76 kB
  • ctags: 71
  • sloc: perl: 726; makefile: 48
file content (20 lines) | stat: -rw-r--r-- 813 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libparams-validate-perl
Section: text
Priority: optional
Maintainer: Steve Haslam <araqnid@debian.org>
Standards-Version: 3.1.0
Build-Depends: perl (>= 5.6.0-16), debhelper (>= 3.0.18)

Package: libparams-validate-perl
Architecture: all
Depends: ${perl: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).