ingydotnet / yaml-libyaml-pm

Perl Binding to libyaml
http://search.cpan.org/dist/YAML-LibYAML/
33 stars 37 forks source link

Fix handling of numbers #110

Open perlpunk opened 1 year ago

perlpunk commented 1 year ago

See #109

If we are handling a hash key, then we need the POK flag, which we avoided when loading the scalar. hv_store_ent seems to do this automatically, but I don't know if there are situations/platforms/... where it doesn't.