The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Catalyst::Plugin::Session::Store::DBI

0.06    2006-01-30 22:15:00
        - Throw an exception if the user has not fully configured sessions.
        - Allow users to override DBI connect options via dbi_options param.

0.05    2006-01-01 04:35:00
        - Updated to support changes to the Session API.

0.04    2005-12-15 15:15:00
        - Fixed id column size in Synopsis.

0.03    2005-12-15 11:30:00
        - Refactored to better handle dbh connection/reconnection.
        - Cache prepared SQL statements to improve performance.
        - Changed recommended id column size from 40 to 72.

0.02    2005-11-29 11:40:00
        - Fixed tests.

0.01    2005-11-14 13:02:00
        - initial release