YAML Local Tags in Perl
---- !Dice [3, 6]- !nonsense...classname [foo]
$VAR1 = [
  bless( [
    3,
    6
  ], 'Dice' ),
  bless( [
    'foo'
  ], 'nonsense...classname' )
];
- Since YAML::XS 0.69 and YAML.pm 1.25 you can disable blessing objects
 - But you can only disable it or enable all tags