Convert everything not actually a plugin to now live in the
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / Store / Minimal.pm
CommitLineData
07e49bc7 1package Catalyst::Plugin::Authentication::Store::Minimal;
07e49bc7 2
3use strict;
4use warnings;
5
e0499ed6 6use base qw/Catalyst::Authentication::Store::Minimal/;
07e49bc7 7
8__PACKAGE__;
9
10__END__
11
12=pod
13
14=head1 NAME
15
e0499ed6 16Catalyst::Plugin::Authentication::Store::Minimal - Compatibility shim
07e49bc7 17
07e49bc7 18=head1 DESCRIPTION
19
e0499ed6 20THIS IS A COMPATIBILITY SHIM. It allows old configurations of Catalyst
21Authentication to work without code changes.
07e49bc7 22
e0499ed6 23Please see L<Catalyst::Authentication::Store::Minimal> for more information.
07e49bc7 24