jhthorsen / mojolicious-plugin-openapi

OpenAPI / Swagger plugin for Mojolicious
54 stars 42 forks source link

Errors testing 2.22 "... could not be found in __DATA__ section of . ..." #163

Closed rkleemann closed 4 years ago

rkleemann commented 4 years ago

Attempting to install the latest version gets a lot of test failures, on all versions of Perl. I've attached my build.log.

build.log

Note, that the error messages appear similar to https://github.com/mojolicious/json-validator/issues/193

jhthorsen commented 4 years ago

Pretty sure this was because M::P::OpenAPI depended on an old version of J::V. You can fix it yourself by installing JSON::Validator first.

Will be fixed in 2.23.