http://www.perlmonks.org?node_id=549116


in reply to Re^2: YAML module issue
in thread YAML module issue

Thanks for your comments.

The spec seems pretty clear that something like:

zip: 07102
would be implicitly typed as an octal integer. I also tried YAML::Syck, but can't get it to produce a "valid" YAML file that can be read with other parsers which force implicit casting of data types.

- Devnul