khrt / Raisin

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

Undeclared dependency JSON.pm #70

Closed eserte closed 5 years ago

eserte commented 5 years ago

Another undeclared dependency:

...
Can't locate JSON.pm in @INC (you may need to install the JSON module) (@INC contains: ... .) at t/behaviour/app-deserialize.t line 7.
BEGIN failed--compilation aborted at t/behaviour/app-deserialize.t line 7.
t/behaviour/app-deserialize.t ......... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
... (etc) ...
djzort commented 5 years ago

It should probably be swapped to JSON::MaybeXS to match the rest of the dist

khrt commented 5 years ago

Should be fixed by now.

I've replaced JSON with JSON::MaybeXS and also updated cpanfile with missing dependencies.

Feel free to reopen if still doesn't work.