]> Dogcows Code - chaz/chatty/blobdiff - Makefile.PL
return from eval doesn't return function
[chaz/chatty] / Makefile.PL
index 8c9e7c88865adfceeb729a8477beedb33b05da56..baf385c7c352e964767e2fc246412d7f9488bacd 100644 (file)
@@ -11,8 +11,15 @@ 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::Plugin::Authentication';
+requires 'Catalyst::Plugin::Session';
+requires 'Catalyst::Plugin::Session::Store::FastMmap';
+requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'Catalyst::Plugin::Unicode::Encoding';
 requires 'Catalyst::Action::RenderView';
+requires 'JSON';
 requires 'Moose';
 requires 'namespace::autoclean';
 requires 'Config::General'; # This should reflect the config file format you've chosen
This page took 0.016925 seconds and 4 git commands to generate.