File: README

package info (click to toggle)
libconfig-record-perl 1.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 516; sh: 34; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Config::Record - Simple configuration records
---------------------------------------------

Config::Record provides a module for loading configuration
records. It supports scalar, array and hash parameters nested
to an arbitrary depth.

See the manual page for Config::Record for details and 
example usage.

Feedback, bug reports, patches
------------------------------

Please send patches in unified diff format to:

	Daniel Berrange <dan@berrange.com>

-- End