2009-10-10 16:10:12 +00:00
|
|
|
<cops>
|
|
|
|
|
<officer randall>
|
|
|
|
|
name stein
|
|
|
|
|
age 25
|
|
|
|
|
</officer>
|
|
|
|
|
<officer gordon>
|
|
|
|
|
name bird
|
|
|
|
|
age 31
|
|
|
|
|
</officer>
|
|
|
|
|
</cops>
|
2010-04-08 15:48:03 +00:00
|
|
|
domain nix.to
|
2009-10-10 16:10:12 +00:00
|
|
|
domain b0fh.org
|
2010-04-08 15:48:03 +00:00
|
|
|
domain foo.bar
|
2009-10-10 16:10:12 +00:00
|
|
|
message <<EOF
|
|
|
|
|
yes. we are not here. you
|
|
|
|
|
can reach us somewhere in
|
|
|
|
|
outerspace.
|
|
|
|
|
EOF
|
|
|
|
|
command = ssh -f -g orpheus.0x49.org \
|
|
|
|
|
-l azrael -L:34777samir.okir.da.ru:22 \
|
|
|
|
|
-L:31773:shane.sol1.rocket.de:22 \
|
|
|
|
|
'exec sleep 99999990'
|
|
|
|
|
user = tom
|
|
|
|
|
passwd = sakkra
|
|
|
|
|
<db>
|
|
|
|
|
host = blah.blubber
|
|
|
|
|
</db>
|
2009-10-10 16:17:24 +00:00
|
|
|
|
|
|
|
|
<beta>
|
|
|
|
|
user1 hans
|
|
|
|
|
</beta>
|
|
|
|
|
|
|
|
|
|
<beta>
|
|
|
|
|
user2 max
|
|
|
|
|
</beta>
|
2.43
- fixed rt.cpan.org#40925, $indichar replaced by internal
configuration variable EOFseparator, which contains
a 256 bit SHA checksum of the date I fixed the bug.
This will prevent future conflicts hopefully. In addition
it makes it possible to make it customizable, if neccessary,
in a future release.
- fixed rt.cpan.org#42721, return undef for empty values
- fixed rt.cpan.org#42331, return undef for empty objects
- fixed rt.cpan.org#44600, comments after blockname
causes parser failure.
- fixed rt.cpan.org#42287, whitespace at beginning or end
of a quoted value gets lost after save().
- fixed rt.cpan.org#46184, variables that were not previously
defined are deleted when -InterPolateEnv is enabled.
- fixed bug in config loader for FileHandle objects, it
supports now any compatible object. Hint by Ingo Schmiegel.
- applied spelling- and speedup patches by Ville Skyttä.
- applied documentation patch by Jordan Macdonald.
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@69 be1acefe-a474-0410-9a34-9b3221f2030f
2009-10-10 16:46:35 +00:00
|
|
|
|
|
|
|
|
quoted = "this one contains whitespace at the end "
|
|
|
|
|
|
|
|
|
|
quotedwithquotes = " holy crap, it contains \"masked quotes\" and 'single quotes' "
|
2010-04-08 15:47:22 +00:00
|
|
|
|
|
|
|
|
|