From: Marcus Ramberg Date: Tue, 8 Mar 2005 23:49:08 +0000 (+0000) Subject: updated version number and changes. X-Git-Tag: v0.01~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=6905eaebee6076f0f35512bf63bc016fba3f7abc;hp=58c05d1a5d313dbe4f225efa72bf74d8df548c2e updated version number and changes. --- diff --git a/Changes b/Changes index 056a459..e7b272a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::Session::FastMmap. +0.06 Wed Mar 09 00:48:00 2005 + - Added option for disabling url rewrite + - Documented config options 0.05 Tue Mar 08 12:39:00 2005 - fix bug with old sessions after server restart. - Fixed useless warning on missing output diff --git a/FastMmap.pm b/FastMmap.pm index c9c8113..9ec3485 100644 --- a/FastMmap.pm +++ b/FastMmap.pm @@ -9,7 +9,7 @@ use URI; use URI::Find; use File::Temp 'tempdir'; -our $VERSION = '0.05'; +our $VERSION = '0.06'; __PACKAGE__->mk_classdata('_session'); __PACKAGE__->mk_accessors('sessionid'); @@ -169,7 +169,7 @@ how many seconds until the session expires. defaults to 1 day How often should the system purge sessions. Defaults to 1 time per day. -=head auto_purge_on_set +=head3 auto_purge_on_set Is auto purge enabled? defaults to true.