jhthorsen / mojolicious-plugin-openapi

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

"coerce(1) will be deprecated" #130

Closed ViktorNacht closed 5 years ago

ViktorNacht commented 5 years ago

FYI, getting the following warning:

coerce(1) will be deprecated. at /opt/perl5/perls/puravida/lib/site_perl/5.24.3/Mojolicious/Plugin/OpenAPI.pm line 29.

Not sure if it matters, but I'm using this module via Yancy.

christopherraa commented 5 years ago

@ViktorNacht The warning you are seeing is also covered in this issue: https://github.com/jhthorsen/openapi-client/issues/17

There you can see links to where in the code the warning originates.

ViktorNacht commented 5 years ago

Ugh, thank you very much. Sorry to clutter the issues.