Config-Model-Itself
view release on metacpan or search on metacpan
lib/Config/Model/models/Itself/Class.pl view on Meta::CPAN
rules => [ Yaml => { level => 'normal', } ],
}
},
file_mode => {
type => 'leaf',
value_type => 'uniline',
level => 'normal',
summary => 'configuration file mode',
description => 'specify the configuration file mode. C<file_mode> parameter can be used to set the '
. 'mode of the written file. C<file_mode> value can be in any form supported by L<Path::Tiny/chmod>.'
},
default_layer => {
type => 'node',
config_class_name => 'Itself::ConfigReadWrite::DefaultLayer',
summary => q!How to find default values in a global config file!,
description => q!Specifies where to find a global configuration file that !
.q!specifies default values. For instance, this is used by OpenSSH to !
.q!specify a global configuration file (C</etc/ssh/ssh_config>) that is !
.q!overridden by user's file!,
lib/Config/Model/models/Itself/ConfigReadWrite.pod view on Meta::CPAN
=item upstream_default value :
YAML::Tiny
=back
=head2 file_mode - configuration file mode
specify the configuration file mode. C<file_mode> parameter can be used to set the mode of the written file. C<file_mode> value can be in any form supported by L<Path::Tiny/chmod>. I< Optional. Type uniline. >
=head2 default_layer - How to find default values in a global config file
Specifies where to find a global configuration file that specifies default values. For instance, this is used by OpenSSH to specify a global configuration file (C</etc/ssh/ssh_config>) that is overridden by user's file. I< Optional. Type node of clas...
=head2 class
I< Optional. Type uniline. >
=head2 store_class_in_hash
( run in 0.340 second using v1.01-cache-2.11-cpan-dd0edccc475 )