released 0.11
Marcus Ramberg [Wed, 25 May 2005 22:10:59 +0000 (22:10 +0000)]
Changes
FastMmap.pm
META.yml

diff --git a/Changes b/Changes
index 92bd26f..4d0f7c9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::Session::FastMmap.
 
-0.11 Xxx Xxx 00 00:00:00 EDT 2005
+0.11 Thu May 26 00:00:00 EDT 2005
         - Fixed expire bug
 
 0.10 Mon May 23 22:35:41 EDT 2005
index 479b288..7e48d93 100644 (file)
@@ -120,7 +120,7 @@ sub session {
 sub setup {
     my $self = shift;
     $self->config->{session}->{storage} ||= '/tmp/session';
-    $self->config->{session}->{expires} ||= 60 * 60 * 24;
+    $self->config->{session}->{expires} ||= '1d';
     $self->config->{session}->{rewrite} ||= 0;
 
     $self->_session(
index dbc3cf4..adda747 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Catalyst-Plugin-Session-FastMmap
-version:      0.10
+version:      0.11
 version_from: FastMmap.pm
 installdirs:  site
 requires: