From: Tara L Andrews Date: Tue, 28 Aug 2012 14:11:08 +0000 (+0200) Subject: add StackTrace dependency X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=187adb4e4bccc2dcdf07d68a4d1d13702ba78f8d;p=scpubgit%2Fstemmatology.git add StackTrace dependency --- diff --git a/stemmaweb/Makefile.PL b/stemmaweb/Makefile.PL index 40572d0..4581143 100644 --- a/stemmaweb/Makefile.PL +++ b/stemmaweb/Makefile.PL @@ -11,6 +11,7 @@ all_from 'lib/stemmaweb.pm'; requires 'Catalyst::Runtime' => '5.90002'; requires 'Catalyst::Plugin::ConfigLoader'; +requires 'Catalyst::Plugin::StackTrace'; requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Plugin::Unicode::Encoding'; requires 'Catalyst::Action::RenderView';