1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
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:
* http://search.cpan.org/perldoc?YAML::AppConfig
* http://metacpan.org/release/YAML::AppConfig
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.
|