jhthorsen / json-validator

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

fix reported error #183

Closed karenetheridge closed 4 years ago

karenetheridge commented 4 years ago

I just noticed this when merging changes (sorry!). It is very low priority as JSON_VALIDATOR_REPORT isn't even documented.

(I also did a perltidy.)

jhthorsen commented 4 years ago

JSON_VALIDATOR_REPORT is only useful for developers trying to figure out weird bugs.

Thanks for the cleanup :)