Plack::Middleware::REPL is a PSGI middleware component that enables REPL (read-eval-print-loop) when your application raises errors.
via search.cpan.org
Gives you a nice REPL on your console when the app gets errors or warnings. You can also trigger the REPL manually by adding "Carp::REPL::repl()" in your code.
Comments
You can follow this conversation by subscribing to the comment feed for this post.