YAML::PP - Merge Keys
Merge Key is one of the YAML 1.1 Types
Some processors implement them, some don't
In YAML::PP they are optional
use YAML::PP; my $yp = YAML::PP->new( # enable Merge Keys
schema => [qw/ + Merge /]
, );
🙂
Slide 76/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 )