jhthorsen / json-validator

:cop: Validate data against a JSON schema
https://metacpan.org/release/JSON-Validator
56 stars 58 forks source link

Will only accept YAML::XS as YAML parser, because of proper boolean handling #93

Closed jhthorsen closed 6 years ago

jhthorsen commented 6 years ago

This PR will fix #92, but also improve the way booleans are handled from a YAML document. See also 81ac60d for the failing test that this change fixes.

I'm bumping to version 2.0 here, because I don't support parsing YAML with YAML::Syck anymore.

jhthorsen commented 6 years ago

sh ./run-all-tests.sh -j4 runs successfully on my computer, and _yaml_module() is back.

Thanks for reviewing the code! 👍

jhthorsen commented 6 years ago

Closed by be77d24.