logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

perl v5.34.0                                       2022-06-03             Catalyst::Plugi...on::Test::Store(3pm)

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",
               },
           );

See Also