From: Florian Ragwitz Date: Fri, 16 Oct 2009 15:48:53 +0000 (+0000) Subject: Version 0.16. X-Git-Tag: v0.16^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=7c0b044c4b76651a4a85da4c4e47b3a1afb541e8;hp=b6fda7bbdcf3eab275dad1fcaf9a9fcf55b7e603 Version 0.16. --- diff --git a/Changes b/Changes index 8a08307..8f4cd64 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::Session::State::Cookie +0.16 2009-10-16 + - Use session config handling from Catalyst::Plugin::Session 0.27. + 0.15 2009-10-06 - Fix the httponly option again (Closes RT##50249). - Make tests not warn with latest version of Catalyst. diff --git a/lib/Catalyst/Plugin/Session/State/Cookie.pm b/lib/Catalyst/Plugin/Session/State/Cookie.pm index 8cc945e..c5e47b6 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.15"; +our $VERSION = "0.16"; has _deleted_session_id => ( is => 'rw' ); @@ -303,6 +303,7 @@ has been heavily modified since. Marcus Ramberg Jonathan Rockway Ejrockway@cpan.orgE Sebastian Riedel + Florian Ragwitz =head1 COPYRIGHT