pod fix
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / User.pm
CommitLineData
e1e68578 1package Catalyst::Plugin::Authentication::User;
2
3use strict;
4use warnings;
5
6use base qw/Catalyst::Authentication::User/;
7
8__PACKAGE__;
9
10__END__
11
12=pod
13
14=head1 NAME
15
b920bdff 16Catalyst::Plugin::Authentication::User - Compatibility shim
e1e68578 17
18=head1 DESCRIPTION
19
20THIS IS A COMPATIBILITY SHIM. It allows old configurations of Catalyst
21Authentication to work without code changes.
22
23B<DO NOT USE IT IN ANY NEW CODE!>
24
25Please see L<Catalyst::Authentication::User> for more information.