| Catalyst-Plugin-Authentication documentation | Contained in the Catalyst-Plugin-Authentication distribution. |
Catalyst::Plugin::Authentication::User::Hash - Compatibility shim
THIS IS A COMPATIBILITY SHIM. It allows old configurations of Catalyst Authentication to work without code changes.
DO NOT USE IT IN ANY NEW CODE!
Please see Catalyst::Authentication::User::Hash for more information.
| Catalyst-Plugin-Authentication documentation | Contained in the Catalyst-Plugin-Authentication distribution. |
package Catalyst::Plugin::Authentication::User::Hash; use strict; use warnings; use base qw/Catalyst::Authentication::User::Hash/; __PACKAGE__; __END__