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