YAML::PP - Disable Cyclic References

use YAML::PP; my $yp = YAML::PP->new( # make it fatal cyclic_refs => 'fatal', # just load undef insted of ref and ignore cyclic_refs => 'ignore', # unfortunately no 'weaken' option yet # it's complicated! ;-) );
🙂
Slide 64/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 )