From: John Napiorkowski Date: Wed, 16 Oct 2013 15:05:49 +0000 (-0500) Subject: upped version, prep release X-Git-Tag: 0.40~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2656f7b8960ebee337ec7535c15bbd18be0ff54a;hp=7b420171f63165b425c6ef60313828a53b33816b;p=catagits%2FCatalyst-Plugin-Session.git upped version, prep release --- diff --git a/Changes b/Changes index 65a07c5..5a3e222 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::Session +0.39 2013-10-16 - Fixed a bug when "expiry_threshold" is non-zero, where changes to the session were not saved. diff --git a/lib/Catalyst/Plugin/Session.pm b/lib/Catalyst/Plugin/Session.pm index 62fbf17..8733eb8 100644 --- a/lib/Catalyst/Plugin/Session.pm +++ b/lib/Catalyst/Plugin/Session.pm @@ -14,7 +14,7 @@ use List::Util qw/ max /; use namespace::clean -except => 'meta'; -our $VERSION = '0.38'; +our $VERSION = '0.39'; $VERSION = eval $VERSION; my @session_data_accessors; # used in delete_session