YAML.pm - Empty mapping value at the end

use YAML; my $yaml = <<'EOM'; --- foo1: foo2: EOM # Before ==> { 'foo1' => undef, 'foo2' => '' } # After ==> { 'foo1' => undef, 'foo2' => undef }
Slide 41/88 BACK UP NEXT next: ( space / -> / page up ) | previous: ( backspace / <- / page down ) | next page: ( shift + page down ) | previous page: ( shift + page up ) | index: ( arrow-up )