rpm / perl-YAML-AppConfig

Created 6 years ago
Maintained by tartare
Manage configuration files with YAML and variable references
Members 1
Didier Fabert committed 6 years ago

YAML::AppConfig

YAML::AppConfig - Manage configuration files with YAML and variable references

INSTALLATION

To install the module from CPAN, use

cpan YAML::AppConfig

If you have the App::cpanminus installer, you may prefer

cpanm YAML::AppConfig

To install this module from tarball archive file containing this distribution, type

perl Makefile.PL
make
make test
make install

DOCUMENTATION

You can read the documentation for the module online at the following websites:

After installing the module, you can read the documentation on your computer using

perldoc YAML::AppConfig

COPYRIGHT AND LICENCE

Copyright 2006 Matthew O'Connor.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.