The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# PODNAME: Config::Model::models::Itself::CommonElement::Assert
# ABSTRACT:  Configuration class Itself::CommonElement::Assert
=encoding utf8

=head1 NAME

Config::Model::models::Itself::CommonElement::Assert - Configuration class Itself::CommonElement::Assert

=head1 DESCRIPTION

Configuration classes used by L<Config::Model>

=head1 Elements

=head2 code

Perl instructions to test the value. $_ will contain the value to test. C<$self> will contain the value object. Use with care. I<< Optional. Type string.  >> 

=head2 msg

Warning message to show user. "$_" will contain the bad value. Example "value $_ is bad". Leave blank or undef to use generated message. I<< Optional. Type string.  >> 

=head2 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. C<$self> will contain the value object. Use with care. I<< Optional. Type string.  >> 

=head1 SEE ALSO

=over

=item *

L<cme>

=back

=cut