X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=Makefile.PL;h=765aa5a78b7dc8cd99629d90a6da78a439142021;hp=8c9e7c88865adfceeb729a8477beedb33b05da56;hb=be80dc411dc33c6042f63671ae036b23eed33972;hpb=482b2eb995908adc5264af2f8f069b03a7d8ac15 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';