X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d74feb7e220b2324c18be4047206cfdc063c220e;hb=932277e1ee255147e7bb3f864b917d96bdbf857d;hp=6dd80af2b0a22b51862b6c4c7d23e2c826263cff;hpb=2c4355b7b9393243ac7c16b55294e4c8d6b82709;p=scpubgit%2Fstemmaweb.git diff --git a/Makefile.PL b/Makefile.PL index 6dd80af..d74feb7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -37,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';