Catalyst::Plugin::Session::Test::Store.3pm

Langue: en

Autres versions - même langue

Version: 2009-02-05 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

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