X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=Makefile.PL;h=baf385c7c352e964767e2fc246412d7f9488bacd;hp=8c9e7c88865adfceeb729a8477beedb33b05da56;hb=65447d848567b9383f01ab73d8d7eb42b9d8844d;hpb=482b2eb995908adc5264af2f8f069b03a7d8ac15 diff --git a/Makefile.PL b/Makefile.PL index 8c9e7c8..baf385c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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