package Catalyst::Plugin::Authentication::User::Hash; use strict; use warnings; use base qw/Catalyst::Authentication::User::Hash/; __PACKAGE__; __END__ =pod =head1 NAME Catalyst::Plugin::Authentication::User::Hash - Compatibility shim =head1 DESCRIPTION THIS IS A COMPATIBILITY SHIM. It allows old configurations of Catalyst Authentication to work without code changes. B Please see L for more information.