From: Matt S Trout Date: Sun, 18 Oct 2009 18:21:33 +0000 (+0000) Subject: fixup copyright for Session::State::Cookie X-Git-Tag: v0.17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=d612a8fca19e9aa02a6dc6ada6fc82b7e09ff119 fixup copyright for Session::State::Cookie --- diff --git a/Changes b/Changes index 8f4cd64..5994aaf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie +0.17 2009-10-18 + - Fixup copyright information + 0.16 2009-10-16 - Use session config handling from Catalyst::Plugin::Session 0.27. diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index c5e47b6..369a215 100644 --- a/lib/Catalyst/Plugin/Session/State/Cookie.pm +++ b/lib/Catalyst/Plugin/Session/State/Cookie.pm @@ -7,7 +7,7 @@ extends 'Catalyst::Plugin::Session::State'; use MRO::Compat; use Catalyst::Utils (); -our $VERSION = "0.16"; +our $VERSION = "0.17"; has _deleted_session_id => ( is => 'rw' ); @@ -307,7 +307,9 @@ has been heavily modified since. =head1 COPYRIGHT -Copyright (c) 2005, Yuval Kogman C<< >> +Copyright (c) 2005 - 2009 +the Catalyst::Plugin::Session::State::Cookie L and L +as listed above. =head1 LICENSE