NAME
CallBackery::Model::ConfigJsonSchema - get parse configuration file for CallBackery
SYNOPSIS
use CallBackery::Model::ConfigYAML;
my $cfg = CallBackery::Config->new(file=>$file);
my $hash_ref = $cfg->cfgHash();
my $pod = $cfg->pod();
DESCRIPTION
CallBackery gets much of its configuration from this config file.
cfgHash
a hash containing the data from the config file
pod
returns a pod documenting the config file
postProcessCfg
Post process the configuration data into a format that is easily used by the application.
COPYRIGHT
Copyright (c) 2020 by OETIKER+PARTNER AG. All rights reserved.
AUTHOR
Tobias Oetiker <tobi@oetiker.ch>
HISTORY
2020-02-18 to 1.0 first version
2020-11-20 fz 1.1 call postProcessCfg from CallBackery.pm