diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:43:47 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:43:47 +0000 |
commit | 2479fda868b77e795df986b855889fafdd3ba0b2 (patch) | |
tree | 4db2d03ea1e097fff4909e943542a45e7e4c3586 /devel/p5-String-Checker/pkg-descr | |
parent | 2da155a48ec7f44ae9851205494ce53f9a1ed65b (diff) |
Notes
Diffstat (limited to 'devel/p5-String-Checker/pkg-descr')
-rw-r--r-- | devel/p5-String-Checker/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-String-Checker/pkg-descr b/devel/p5-String-Checker/pkg-descr new file mode 100644 index 000000000000..c46c81927c3a --- /dev/null +++ b/devel/p5-String-Checker/pkg-descr @@ -0,0 +1,9 @@ +String::Checker - An extensible string validation module (allowing commonly +used checks on strings to be called more concisely and consistently). +Why is this useful? If you're only checking one string, it probably +isn't. However, if you're checking a bunch of strings (say, for +example, CGI input parameters) against a set of expectations, this +comes in pretty handy. As a matter of fact, the CGI::ArgChecker +module is a simple, CGI.pm aware wrapper for this library. + +--will |