X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=Makefile.PL;h=18cbdfb39dbf515b80f827e95dc84f71aa94b814;hp=765aa5a78b7dc8cd99629d90a6da78a439142021;hb=9b343fd3d0f46473e2f5804ac09caeaed95e4283;hpb=20e8ae6917f72f3c381ad9d3aca656a99bd4cd7f diff --git a/Makefile.PL b/Makefile.PL index 765aa5a..18cbdfb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,10 @@ 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::Action::RenderView'; requires 'Moose'; requires 'namespace::autoclean';