2001-05-22 18:55:51 +02:00
|
|
|
The Params::Validate module provides a flexible system for validation
|
2002-03-15 13:05:03 +01:00
|
|
|
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),
|
2001-05-22 18:55:51 +02:00
|
|
|
checking parameter types, and using customized callbacks to ensure
|
|
|
|
data integrity.
|