Tomas Doran > Catalyst-Plugin-Session-0.29 > Catalyst::Plugin::Session::Test::Store

Download:
Catalyst-Plugin-Session-0.29.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Module Version: 123   Source  

NAME ^

Catalyst::Plugin::Session::Test::Store - Reusable sanity for session storage engines.

SYNOPSIS ^

    #!/usr/bin/perl

    use Catalyst::Plugin::Session::Test::Store (
        backend => "FastMmap",
        config => {
            storage => "/tmp/foo",
        },
    );

DESCRIPTION ^