Big checkin of the Session plugin
[catagits/Catalyst-Plugin-Session.git] / lib / Catalyst / Plugin / Session / Store.pm
CommitLineData
9e447f9d 1#!/usr/bin/perl
2
3package Catalyst::Plugin::Session::Store;
4
5use strict;
6use warnings;
7
8
9__PACKAGE__;
10
11__END__
12
13=pod
14
15=head1 NAME
16
17Catalyst::Plugin::Session::Store - Base class for session storage
18drivers.
19
20=head1 SYNOPSIS
21
22 use Catalyst::Plugin::Session::Store;
23
24=head1 DESCRIPTION
25
26=cut
27
28