From: Tomas Doran Date: Fri, 19 Oct 2012 22:40:11 +0000 (+0100) Subject: Version 0.36 X-Git-Tag: 0.36^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F0.36;p=catagits%2FCatalyst-Plugin-Session.git Version 0.36 --- diff --git a/Changes b/Changes index 724a850..9fe1b3a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ Revision history for Perl extension Catalyst::Plugin::Session - - Remove use of Plack::Middleware::ForceEnv from the tests +0.36 2012-10-19 + - Re-pack with new Module::Install which doesn't get + MYMETA.yaml wrong. + - Remove use of Plack::Middleware::ForceEnv from the tests as it was not used / needed 0.35 2012-04-24 diff --git a/lib/Catalyst/Plugin/Session.pm b/lib/Catalyst/Plugin/Session.pm index 11d0adc..419d75e 100644 --- a/lib/Catalyst/Plugin/Session.pm +++ b/lib/Catalyst/Plugin/Session.pm @@ -13,7 +13,7 @@ use Carp; use namespace::clean -except => 'meta'; -our $VERSION = '0.35'; +our $VERSION = '0.36'; $VERSION = eval $VERSION; my @session_data_accessors; # used in delete_session