khrt / Raisin

Raisin - a REST API micro framework for Perl 🐫 🐪
62 stars 31 forks source link

Missing Dumper in Raisin/Plugin/Logger.pm #21

Closed LittleFox94 closed 7 years ago

LittleFox94 commented 7 years ago

Using Raisin and triggering an error in a route gives Undefined subroutine &Raisin::Plugin::Logger::Dumper called at /usr/local/share/perl/5.24.1/Raisin/Plugin/Logger.pm line 39

Maybe you should add use Data::Dumper to the file, which fixes the problem for me.