jhthorsen / json-validator

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

Set min perl version to 5.016 #250

Closed neilb closed 3 years ago

neilb commented 3 years ago

Hi,

You should nump your perl min version to 5.16 (it's currently set to 5.10.1), as Mojolicious has their min perl version set to that, and json-validator depends on Mojo.

Cheers, Neil

jhthorsen commented 3 years ago

I thought that was done implicit since J::V is depending on Mojolicious. Thanks for teaching me something new 👍