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=39253a8d4bc146782bacab807c2f95491e3f56f6;hp=5e04a943f46e1a663d1f79d6f1c51f653903140b;hb=ad0d1a4a38e0932693236539d81ba3c2708cebf7;hpb=b73effaf981abc07900da74b6dcd8ddda2699f72 diff --git a/Makefile.PL b/Makefile.PL index 5e04a94..39253a8 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'; @@ -11,5 +13,6 @@ build_requires 'Test::WWW::Mechanize::Catalyst'; build_requires 'Test::More'; build_requires 'ok'; +resources repository 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Credential-FBConnect.git', WriteAll();