Config-Processor version 0.22
=============================
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DESCRIPTION
Config::Processor is the cascading configuration files processor, which
supports file inclusions, variables interpolation and other manipulations with
configuration tree. Works with YAML and JSON file formats. File format is
determined by the extension. Supports following file extensions: ".yml",
".yaml", ".jsn", ".json". See POD documentation for more information.
AUTHOR
Eugene Ponizovsky, <
[email protected]>
COPYRIGHT AND LICENSE
Copyright (c) 2016-2017, Eugene Ponizovsky, <
[email protected]>.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.