Version 0.36 0.36
Tomas Doran [Fri, 19 Oct 2012 22:40:11 +0000 (23:40 +0100)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 724a850..9fe1b3a 100644 (file)
--- 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
index 11d0adc..419d75e 100644 (file)
@@ -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