logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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