Session: fixed version to 0.05 v0.05
Andy Grundman [Thu, 29 Dec 2005 20:15:48 +0000 (20:15 +0000)]
Changes
lib/Catalyst/Plugin/Session.pm

diff --git a/Changes b/Changes
index 4791837..74fb89c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Session
 
-0.05    2005-12-29 10:35:00
+0.05     
         - Un-workaround the Cache::FastMmap (actually Storable) limitation -
           it's not C::P::Session's business.
         - add $c->session_expires
index 0cc41ce..67934d5 100644 (file)
@@ -12,7 +12,7 @@ use Digest              ();
 use overload            ();
 use Object::Signature   ();
 
-our $VERSION = "0.04";
+our $VERSION = "0.05";
 
 my @session_data_accessors; # used in delete_session
 BEGIN {