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