Version 0.37
Tomas Doran [Mon, 25 Feb 2013 14:02:20 +0000 (14:02 +0000)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 19fa518..60ce0ef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
+0.37 2013-02-25
       - Fix t/live_verify_address.t to skip of Catalyst::Plugin::Authentication
         is not installed, fixing RT#81506.
 
index 419d75e..6173146 100644 (file)
@@ -13,7 +13,7 @@ use Carp;
 
 use namespace::clean -except => 'meta';
 
-our $VERSION = '0.36';
+our $VERSION = '0.37';
 $VERSION = eval $VERSION;
 
 my @session_data_accessors; # used in delete_session