diff options
Diffstat (limited to 'devel/p5-Config-Validator/pkg-descr')
-rw-r--r-- | devel/p5-Config-Validator/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Config-Validator/pkg-descr b/devel/p5-Config-Validator/pkg-descr index d70ba6d5002f..c050ecbcac71 100644 --- a/devel/p5-Config-Validator/pkg-descr +++ b/devel/p5-Config-Validator/pkg-descr @@ -1,9 +1,9 @@ This module allows to perform schema based configuration validation. - + The idea is to define in a schema what valid data is. This schema can be used to create a validator object that can in turn be used to make sure that some data indeed conforms to the schema. - + Although the primary focus is on "configuration" (for instance as provided by modules like Config::General) and, to a lesser extent, "options" (for instance as provided by modules like Getopt::Long), |