Subject: | Another roundtrip fails |
Another Dump/Load roundtrip fails. See the attached file.
Regards,
Slaven
#!/usr/bin/perl -w
use YAML;
$yml = YAML::Dump([{'RR1 (Schloßplatz - Wannsee)'=> 1,
'mäßiges Kopfsteinpflaster (Teilstrecke)' => 1},
undef,
]);
YAML::Load($yml);
__END__