khrt / Raisin

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

Please include VERSION in all modules #96

Closed djzort closed 4 years ago

djzort commented 4 years ago

VERSION isnt defined in ::API so i cant go

use Raisin::API 0.89;

This should just be a matter of tweaking the dist.ini

Im happy to send a PR, but wanted to discuss it first

khrt commented 4 years ago

Hi @djzort,

please send a PR, I would appreciate this!

djzort commented 4 years ago

Ive send a PR. I got more carried away than i intended

khrt commented 4 years ago

Thanks a lot! Merging it now.

khrt commented 4 years ago

Fixed by #97