X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d74feb7e220b2324c18be4047206cfdc063c220e;hb=7b5122b9d6798e0f9f4dab9f57e39979a15787c8;hp=d883b3e4cb427132c15f6a7858113eb9264e70f0;hpb=eeea8fb65f839e321e3bbc4a0012088d414d268d;p=scpubgit%2Fstemmaweb.git diff --git a/Makefile.PL b/Makefile.PL index d883b3e..d74feb7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ all_from 'lib/stemmaweb.pm'; # Tradition libraries requires 'Text::Tradition' => '1.2'; requires 'Text::Tradition::Directory'; -requires 'Text::Tradition::Analysis'; +requires 'Text::Tradition::Analysis' => '1.3'; requires 'Text::Tradition::StemmaUtil'; # Catalyst libraries requires 'Catalyst::Runtime' => '5.90002'; @@ -27,6 +27,7 @@ requires 'Catalyst::View::Download::Plain'; requires 'Catalyst::View::JSON'; requires 'Catalyst::View::TT'; requires 'Catalyst::View::Email::Template'; +requires 'Plack::Middleware::ReverseProxyPath'; ## Auth: requires 'Catalyst::Plugin::Authentication'; requires 'Catalyst::Plugin::Session'; @@ -36,6 +37,8 @@ requires 'CatalystX::Controller::Auth' => '0.22'; requires 'Catalyst::TraitFor::Controller::reCAPTCHA'; requires 'LWP::Protocol::https'; ## +requires 'File::Which'; +requires 'List::Util'; requires 'Moose'; requires 'TryCatch'; requires 'namespace::autoclean';