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

Langue: en

Autres versions - même langue

Version: 2005-12-29 (mandriva - 01/05/08)

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