[Catalyst-commits] r14027 - Catalyst-Authentication-Credential-OAuth/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jun 1 19:15:53 GMT 2011


Author: t0m
Date: 2011-06-01 19:15:53 +0000 (Wed, 01 Jun 2011)
New Revision: 14027

Modified:
   Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL
Log:
Add repository URI

Modified: Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL	2011-05-27 14:18:03 UTC (rev 14026)
+++ Catalyst-Authentication-Credential-OAuth/trunk/Makefile.PL	2011-06-01 19:15:53 UTC (rev 14027)
@@ -14,6 +14,8 @@
 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;




More information about the Catalyst-commits mailing list