jhthorsen / json-validator

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

Replace Windows path separators with Unix path separators #60

Closed charsbar closed 7 years ago

charsbar commented 7 years ago

... so that the separators will not be URL-escaped afterwards, which then will let Cwd::abs_path crash (line 144), saying there's no such file or directory.

See http://www.cpantesters.org/cpan/report/ed0d39b3-6bfc-1014-941f-c7baf1edae7c for crash example.

jhthorsen commented 7 years ago

Thanks! 👍