From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

#!/usr/bin/perl
backend => "FastMmap",
config => {
storage => "/tmp/foo",
},
);

DESCRIPTION