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.
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.