Provided by: libconfig-model-itself-perl_1.239-1_all 

NAME
Config::Model::models::Itself::CommonElement::Assert - Configuration class Itself::CommonElement::Assert
DESCRIPTION
Configuration classes used by Config::Model
Elements
code
Perl instructions to test the value. $_ will contain the value to test. $self will contain the value
object. Use with care.Optional. Type string.
msg
Warning message to show user. Leave blank or undef to use generated message. Optional. Type string.
fix
Perl instructions to fix the value. These instructions may be triggered by user. $_ will contain the
value to fix. $_ will be stored as the new value once the instructions are done. $self will contain the
value object. Use with care.Optional. Type string.
SEE ALSO
• cme
perl v5.18.1 2013-10-25 Config::Model::...Element::Assert(3pm)