Version 0.16. v0.16
Florian Ragwitz [Fri, 16 Oct 2009 15:48:53 +0000 (15:48 +0000)]
Changes
lib/Catalyst/Plugin/Session/State/Cookie.pm

diff --git a/Changes b/Changes
index 8a08307..8f4cd64 100644 (file)
--- 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.
index 8cc945e..c5e47b6 100644 (file)
@@ -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 E<lt>jrockway@cpan.orgE<gt>
   Sebastian Riedel
+  Florian Ragwitz
 
 =head1 COPYRIGHT