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=f17381b7bb353b6c71b7ac4fab4d18d027ec7f38;hb=7bbc3e953f7dac3549f36153e0902fb3a2092121;hpb=6d16c3eddeb8a46a5ccd24fe8693a47c28c2acd3 diff --git a/Makefile.PL b/Makefile.PL index f17381b..f149c00 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,9 @@ 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'; build_requires 'Catalyst::Runtime';