aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Params-Validate/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-10 19:46:03 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-10 19:46:03 +0000
commita125c5fcbde01b39912d80b7f082bf9dfda03053 (patch)
treeb2e0b53ace33bb8279032123866d51803fed1a88 /devel/p5-Params-Validate/pkg-descr
parent551b50722a2682629ab7d2bc550894de49b9d302 (diff)
downloadports-a125c5fcbde01b39912d80b7f082bf9dfda03053.tar.gz
ports-a125c5fcbde01b39912d80b7f082bf9dfda03053.zip
Notes
Diffstat (limited to 'devel/p5-Params-Validate/pkg-descr')
-rw-r--r--devel/p5-Params-Validate/pkg-descr7
1 files changed, 7 insertions, 0 deletions
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.