From: Arthur Axel 'fREW' Schmidt Date: Wed, 31 Aug 2011 23:10:26 +0000 (-0500) Subject: convert repository to git X-Git-Tag: v0.18~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=3cae740ceb73985f9183d4cc2863fc24dabd90ad;hp=e94e9e1c035e1687eb3a8c5758f1005ecf560495 convert repository to git --- diff --git a/Changes b/Changes index 5994aaf..f1d626f 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 8084061..fc385ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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")