From be80dc411dc33c6042f63671ae036b23eed33972 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 12 Oct 2011 21:53:59 -0600 Subject: [PATCH] add stacktrace plugin for easier debugging --- Makefile.PL | 1 + lib/Chatty.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 8c9e7c8..765aa5a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,7 @@ all_from 'lib/Chatty.pm'; requires 'Catalyst::Runtime' => '5.90002'; requires 'Catalyst::Plugin::ConfigLoader'; +requires 'Catalyst::Plugin::StackTrace'; requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Action::RenderView'; requires 'Moose'; diff --git a/lib/Chatty.pm b/lib/Chatty.pm index ee849cc..0de57fd 100644 --- a/lib/Chatty.pm +++ b/lib/Chatty.pm @@ -19,6 +19,7 @@ use Catalyst::Runtime 5.80; use Catalyst qw/ -Debug ConfigLoader + StackTrace Static::Simple /; -- 2.43.0