X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0fba2282c5e8a7d4cbc53d100dda82a3d87a301b;hb=3f7346b1ac3ccc20e75cf0c8acb9081a8f100be6;hp=45811436a59d6df0f7e5b7f6b2fcab3037f60ee1;hpb=2f9b127ef9d3d4811fafc58059c77493ff81d263;p=scpubgit%2Fstemmaweb.git diff --git a/Makefile.PL b/Makefile.PL index 4581143..0fba228 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,7 @@ requires 'Catalyst::Plugin::StackTrace'; requires 'Catalyst::Plugin::Static::Simple'; requires 'Catalyst::Plugin::Unicode::Encoding'; requires 'Catalyst::Action::RenderView'; +requires 'Catalyst::Authentication::Credential::OpenID'; requires 'Catalyst::Model::KiokuDB'; requires 'Catalyst::View::Download::Plain'; requires 'Catalyst::View::JSON';