X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=Makefile.PL;h=baf385c7c352e964767e2fc246412d7f9488bacd;hp=18cbdfb39dbf515b80f827e95dc84f71aa94b814;hb=65447d848567b9383f01ab73d8d7eb42b9d8844d;hpb=9b343fd3d0f46473e2f5804ac09caeaed95e4283 diff --git a/Makefile.PL b/Makefile.PL index 18cbdfb..baf385c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,9 @@ 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