The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use YAML;

my $hash = { '/foo/foo- hate' => 'bz' };
print YAML::Dump ($hash);
print YAML::Dump (YAML::Load (YAML::Dump ($hash)));