[Bast-commits] r8293 - ironman/IronMan-Web

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Wed Jan 13 16:18:23 GMT 2010


Author: idn
Date: 2010-01-13 16:18:23 +0000 (Wed, 13 Jan 2010)
New Revision: 8293

Modified:
   ironman/IronMan-Web/Makefile.PL
Log:
Adding dependency for Catalyst::Plugin::StackTrace

Modified: ironman/IronMan-Web/Makefile.PL
===================================================================
--- ironman/IronMan-Web/Makefile.PL	2010-01-13 15:05:48 UTC (rev 8292)
+++ ironman/IronMan-Web/Makefile.PL	2010-01-13 16:18:23 UTC (rev 8293)
@@ -6,6 +6,7 @@
 requires 'Catalyst::Runtime' => '5.7015';
 requires 'Catalyst::Plugin::ConfigLoader';
 requires 'Catalyst::Plugin::Static::Simple';
+requires 'Catalyst::Plugin::StackTrace';
 requires 'Catalyst::Action::RenderView';
 requires 'YAML'; # This should reflect the config file format you've chosen
                  # See Catalyst::Plugin::ConfigLoader for supported formats




More information about the Bast-commits mailing list