pkgsrc changes:
- Adjusting license definition
- Adjusting dependencies
- Using pkgsrc built-in Module::Install support
Upstream changes:
0.18 09 Oct 2009
- Port to new session confic key.
- Updating package for p5 module Catalyst::Plugin::Session::Store::File
from 0.16 to 0.17
- Adjusting dependency version numbers
Upstream changes:
0.17 10 May 2009
- Add dependency on recent -Session to fix moose issues
- Updating package for p5 module Catalyst::Plugin::Session::Store::File
from 0.13 to 0.16
- Adjusting dependencies
- Setting license to gnu-gpl-v2
Upstream changes:
0.16 24 Apr 2009
- 0.14 was mistakenly released as 0.15
0.15 24 Apr 2009
- Create temp directory from class name, not stringified instance.
This stops you losing all your sessions when your app restarts. (xinming)
0.14 18 Apr 2009
- switch to MRO Compat
- defer creation of cache store until first time it is needed.
This should allow the plugin to work "out of the box" under mod_perl.
See https://rt.cpan.org/Ticket/Display.html?id=27505
Catalyst::Plugin::Session::Store::File is an easy to use storage
plugin for Catalyst that uses an simple file to act as a shared
memory interprocess cache. It is based on Cache::FileCache.