Convert repository to git
Arthur Axel 'fREW' Schmidt [Wed, 24 Aug 2011 01:51:52 +0000 (20:51 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 7754411..5226072 100644 (file)
--- 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
index ac523a9..c70d005 100644 (file)
@@ -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")