Perltidy + restore of lost test fixes
[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
9e447f9d 8__PACKAGE__;
9
10__END__
11
12=pod
13
14=head1 NAME
15
16Catalyst::Plugin::Session::Store - Base class for session storage
17drivers.
18
19=head1 SYNOPSIS
20
21 use Catalyst::Plugin::Session::Store;
22
23=head1 DESCRIPTION
24
25=cut
26
27