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