NAME
FleetConf::Conf - Simple configuration file format
SYNOPSIS
array_value [
foo
bar
baz
quux
{
nested: 1
hash: 2
}
[
nested
array
]
]
hash_value {
foo: first
bar: second
baz: third
qux: fourth
nested_hash {
a: 1
b: 2
}
nested_array [
alpha
beta
]
}
scalar_value = This is an example setting.
DESCRIPTION
This is a very simple configuration file parser. I've invented a custom format because it was convenient for these needs and removed one more dependency.
AUTHOR
Andrew Sterling Hanenkamp, <hanenkamp@users.sourceforge.net>
COPYRIGHT AND LICENSE
Copyright 2005 Andrew Sterling Hanenkamp. All Rights Reserved.
FleetConf is licensed and distributed under the same terms as Perl itself.