ChangeLog:
0.12 Thu Aug 4 23:56:00 BST 2011
- Changed a test case to be less picky about the actual text captured
from warnings. This was done to support some changes introduced by
the Catalyst -> PSGI port.
from 0.09 to 0.10
Adjusting dependencies
Upstream changes:
0.10 Tue Jul 7 13:00:27 CEST 2009
- Depend on a recent Store::Delegate for the NEXT -> MRO::Compat
switch.
- Updating package for p5 module of Catalyst::Plugin::Session::Store::DBIC
from 0.08 to 0.09
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.09 Wed Mar 31 16:35:52 CEST 2009
- Port from NEXT to MRO::Compat (Florian Ragwitz).
- Remove tests relying on the deprecated DBIx::Class::DB
(Florian Ragwitz).
cleanup Makefile
0.08 Wed Nov 26 10:02:52 EST 2008
- Workaround possible errors with Storable::thaw and empty
strings (thanks to kevin montuori for suggesting a fix)
- took maintainership
- added depends on p5-Test-Warn
Changelog:
0.07 Wed Sep 24 17:08:34 EDT 2008
- Code was silently truncating storage to MySQL, rendering the
session unreadable. Patched to check DBIx::Class size from
column_info (if available)
- Wrap find_or_create calls in a transaction to (hopefully)
avoid issues with duplicate flash rows
This Catalyst::Plugin::Session storage module saves session data
in your database via DBIx::Class. It's actually just a wrapper
around Catalyst::Plugin::Session::Store::Delegate; if you need
complete control over how your sessions are stored, you probably
want to use that instead.