khrt / Raisin

Raisin - a REST API micro framework for Perl 🐫 🐪
61 stars 29 forks source link

Generate Swagger for an ArrayRef with a coercion #90

Closed davel closed 4 years ago

davel commented 4 years ago

We descend the type hierarchy to find the type parameter. Previously it was lost and a warning thrown.

eg.,

Use of uninitialized value $type in string eq at /usr/local/share/perl5/Raisin/Plugin/Swagger.pm line 413.
khrt commented 4 years ago

Thanks for updating the merge request. I'll try to release it soon.