From: Arthur Axel 'fREW' Schmidt Date: Wed, 24 Aug 2011 01:51:52 +0000 (-0500) Subject: Convert repository to git X-Git-Tag: 0.04~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-OAuth.git;a=commitdiff_plain;h=b07a006094e9ce7d0c4bb6f4b029fe9db13ad28a Convert repository to git --- diff --git a/Changes b/Changes index 7754411..5226072 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Catalyst::Authentication::Credential::OAuth + Convert repository to git (fREW Schmidt) + 0.03 Mon Jun 28 01:16:00 2010 Support new "verifier" requirement for "access token" to work with the Twitter API. @@ -9,4 +11,4 @@ Revision history for Catalyst::Authentication::Credential::OAuth Autogenerate README 0.01 Tue July 08 17:17 2009 - original version + original version diff --git a/Makefile.PL b/Makefile.PL index ac523a9..c70d005 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ requires 'namespace::autoclean'; test_requires 'Catalyst::Runtime'; test_requires 'Test::More'; -resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-OAuth/'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Authentication-Credential-OAuth.git'; if ($Module::Install::AUTHOR) { system("pod2text lib/Catalyst/Authentication/Credential/OAuth.pm > README")