X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=e955fce0fc2fe1db058fd384381eeac8e72e3aed;hb=fc19db6b3200a917704ad81f5bc8804d18ad4b10;hp=0000000000000000000000000000000000000000;hpb=210337e146b495604bea53ff048493ab8424da5e;p=catagits%2FCatalyst-Authentication-Credential-OAuth.git diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..e955fce --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,16 @@ +use inc::Module::Install; + +name 'Catalyst-Authentication-Credential-OAuth'; +all_from 'lib/Catalyst/Authentication/Credential/OAuth.pm'; + +requires 'Moose'; +requires 'Net::OAuth'; +requires 'LWP::UserAgent'; +requires 'String::Random'; + +build_requires 'Catalyst::Runtime'; +build_requires 'Test::WWW::Mechanize::Catalyst'; +build_requires 'Test::More'; +build_requires 'ok'; + +WriteAll();