Convert everything not actually a plugin to now live in the
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / Credential / Password.pm
1 package Catalyst::Plugin::Authentication::Credential::Password;
2
3 use strict;
4 use warnings;
5
6 use base qw/Catalyst::Authentication::Credential::Password/;
7
8 __PACKAGE__;
9
10 __END__
11
12 =pod
13
14 =head1 NAME
15
16 Catalyst::Plugin::Authentication::Credential::Password - 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 Please see L<Catalyst::Authentication::Credential::Password> for more information.
24
25