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
|
Config-YAML
This is a wrapper around the YAML module to enable simple reading and
writing of YAML-formatted configuration files. It supports multiple
input files and integration with Getopt::Long to handle all your
configuration needs.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2004 Shawn Boyette
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
|