From: Marcus Ramberg Date: Wed, 25 May 2005 22:10:59 +0000 (+0000) Subject: released 0.11 X-Git-Tag: v0.01~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=2ab0230bd699dd6c99c49057131db0970277f20e;hp=5eccd0086a4649789d8210c050e34d041cbc3115 released 0.11 --- diff --git a/Changes b/Changes index 92bd26f..4d0f7c9 100644 --- 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 diff --git a/FastMmap.pm b/FastMmap.pm index 479b288..7e48d93 100644 --- a/FastMmap.pm +++ b/FastMmap.pm @@ -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( diff --git a/META.yml b/META.yml index dbc3cf4..adda747 100644 --- 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: