diff -ur Catalyst-Plugin-Session-Store-FastMmap-0.03.original/lib/Catalyst/Plugin/Session/Store/FastMmap.pm Catalyst-Plugin-Session-Store-FastMmap-0.03/lib/Catalyst/Plugin/Session/Store/FastMmap.pm --- Catalyst-Plugin-Session-Store-FastMmap-0.03.original/lib/Catalyst/Plugin/Session/Store/FastMmap.pm 2007-07-02 01:03:38.000000000 +0200 +++ Catalyst-Plugin-Session-Store-FastMmap-0.03/lib/Catalyst/Plugin/Session/Store/FastMmap.pm 2008-05-22 16:54:36.468112520 +0200 @@ -120,7 +120,7 @@ share_file => $cfg->{storage}, ( map { $_ => $cfg->{$_} } - grep { exists $cfg->{$_} } qw/init_file cache_size/ + grep { exists $cfg->{$_} } qw/init_file cache_size unlink_on_exit/ ), ) ); @@ -164,6 +164,8 @@ =item cache_size +=item unlink_on_exit + See the L documentation for the meaning of these keys. If these keys are not present L's defaults will be used.