mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
12 lines
466 B
Plaintext
12 lines
466 B
Plaintext
Using Config::Model, a typical configuration validation tool will be made of
|
|
3 parts :
|
|
1. The user interface
|
|
2. The validation engine which is in charge of validating all the
|
|
configuration information provided by the user.
|
|
3. The storage facility that store the configuration information
|
|
|
|
Config::Model provides a validation engine according to a set of rules.
|
|
|
|
WWW: http://search.cpan.org/dist/Config-Model/
|
|
WWW: http://config-model.sourceforge.net/
|