From: Tomas Doran Date: Wed, 1 Jun 2011 19:15:53 +0000 (+0000) Subject: Add repository URI X-Git-Tag: 0.04~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-OAuth.git;a=commitdiff_plain;h=6033a7a84fccc8ccf3ba48e4c990ac7ece10097a Add repository URI --- diff --git a/Makefile.PL b/Makefile.PL index 2bc5a76..ac523a9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,8 @@ requires 'namespace::autoclean'; test_requires 'Catalyst::Runtime'; test_requires 'Test::More'; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-OAuth/'; + if ($Module::Install::AUTHOR) { system("pod2text lib/Catalyst/Authentication/Credential/OAuth.pm > README") and die;