convert repository to git
Arthur Axel 'fREW' Schmidt [Wed, 31 Aug 2011 23:10:26 +0000 (18:10 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 5994aaf..f1d626f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
 
+        - convert repository to git (fREW Schmidt)
+
 0.17    2009-10-18
         - Fixup copyright information
 
@@ -61,7 +63,7 @@ Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie
 
 0.03
         - refactored make_session_cookie to separate calc_expiry, and made
-             that easily overloadable.
+         that easily overloadable.
         - updated for the new state API (get_session_id, set_session_id, etc)
 
 0.02    2005-12-28 13:51:00
index 8084061..fc385ab 100644 (file)
@@ -12,7 +12,7 @@ test_requires 'Moose';
 test_requires 'Test::More';
 
 auto_install;
-resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Plugin-Session-State-Cookie/trunk/';
+resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-Session-State-Cookie.git';
 
 if ($Module::Install::AUTHOR) {
     system("pod2text lib/Catalyst/Plugin/Session/State/Cookie.pm > README")