X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-FBConnect.git;a=blobdiff_plain;f=Makefile.PL;h=f149c00fd1d0203ab484a1bf40bc409313931820;hp=5e04a943f46e1a663d1f79d6f1c51f653903140b;hb=b42cdcea556e5ba06e1024c64f560823affcf8d9;hpb=b73effaf981abc07900da74b6dcd8ddda2699f72 diff --git a/Makefile.PL b/Makefile.PL index 5e04a94..f149c00 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,8 @@ use inc::Module::Install; name 'Catalyst-Authentication-Credential-FBConnect'; all_from 'lib/Catalyst/Authentication/Credential/FBConnect.pm'; +requires 'MooseX::Types'; +requires 'MooseX::Types::Common'; requires 'namespace::autoclean'; requires 'WWW::Facebook::API'; requires 'Moose';