- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap
from 0.08 to 0.10
- Adjusting dependencies
Upstream changes:
0.10 13 May 2009
- Change tests to be compatible with Catalyst 5.80004
- Re-add /session-file prefix to the test session directory which was
present in 0.07. I can't see where this was removed, but the test
looks more correct with it. RT#45724
0.09 04 May 2009
- remove Win32 hack since Cache::FastMmap 1.29 supports Win32.
see https://rt.cpan.org/Ticket/Display.html?id=45642
- Updating package for p5 module Catalyst::Plugin::Session::Store::FastMmap
from 0.07 to 0.08
- Adjusting dependencies
Upstream changes:
0.08 01 May 2009
- Bump Cache::FastMmap requirement to 1.29 to fix RT#45210
- Updating package for p5 module of Catalyst::Plugin::Session::Store::FastMmap
from 0.06 to 0.07
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.07 30 Mar 2009
- Port from NEXT to MRO::Compat.
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
0.06 28 Jan 2009
- die when Cache::FastMmap::set() returns false value (RT #33667)
- patch from ton.voon@altinity.com to pass unlink_on_exit option
to Cache::FastMmap
- correctly set storage path from config rather than default - karman
- clean up temp files after tests
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Catalyst::Plugin::Session::Store::FastMmap is a fast session storage
plugin for Catalyst that uses an mmap'ed file to act as a shared
memory interprocess cache. It is based on Cache::FastMmap.