khrt / Raisin

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

Raisin in 5.10 #27

Closed jwrightecs closed 7 years ago

jwrightecs commented 7 years ago

In 5.10, split in scalar context still split to @, which was removed in 5.12, this affects, at least, Raisin/Middleware/Formatter.pm@65, which throws the deprecation warning when run on 5.10/5.10.1 Use of implicit split to @ is deprecated at /lib/perl5/Raisin/Middleware/Formatter.pm line 65.

khrt commented 7 years ago

Thanks for the report