From a125c5fcbde01b39912d80b7f082bf9dfda03053 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 10 Apr 2001 19:46:03 +0000 Subject: Add p5-Params-Validate 0.03, a perl module to validate method/function parameters. PR: 26477 Submitted by: Denis Shaposhnikov --- devel/p5-Params-Validate/pkg-descr | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 devel/p5-Params-Validate/pkg-descr (limited to 'devel/p5-Params-Validate/pkg-descr') diff --git a/devel/p5-Params-Validate/pkg-descr b/devel/p5-Params-Validate/pkg-descr new file mode 100644 index 000000000000..b8dae24ed6e7 --- /dev/null +++ b/devel/p5-Params-Validate/pkg-descr @@ -0,0 +1,7 @@ +The Params::Validate module allows you to validate method or function +call parameters to an arbitrary level of specificity. At the simplest +level, it is capable of validating the required parameters were given +and that no unspecified additional parameters were passed in. It is +also capable of determining that a parameter is of a specific type, +that it is an object of a certain class hierarchy, that it possesses +certain methods, or applying validation callbacks to arguments. -- cgit v1.2.3