File: README

package info (click to toggle)
libconfig-yaml-perl 1.42-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: perl: 87; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (6)
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.