X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=Makefile.PL;h=18cbdfb39dbf515b80f827e95dc84f71aa94b814;hp=40bca1ba3b02fe9d91a862a2efc13cd0fda3c05e;hb=9b343fd3d0f46473e2f5804ac09caeaed95e4283;hpb=fc706a11d0c10569ef2edf3aa76a330d43f64d26 diff --git a/Makefile.PL b/Makefile.PL index 40bca1b..18cbdfb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,12 @@ 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::Action::RenderView'; requires 'Moose'; requires 'namespace::autoclean'; @@ -20,6 +25,16 @@ requires 'Config::General'; # This should reflect the config file format you've test_requires 'Test::More' => '0.88'; catalyst; +# Add targets to run the developer server. +sub MY::postamble { + return <