aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Config-Validator/pkg-descr
blob: d70ba6d5002f90d43884e5848205ee92f81769bc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                     
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),
this module can in fact validate any data structure.

WWW: http://search.cpan.org/dist/Config-Validator/