יובל קוג'מן (Yuval Kogman) > Catalyst-Plugin-Session-0.19 > Catalyst::Plugin::Session::Test::Store

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

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: Catalyst-Plugin-Session-0.29

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 ^