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

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

Dependencies

Annotate this POD

CPAN RT

New  4
Open  2
View/Report Bugs
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 ^

syntax highlighting: