package Catalyst::Plugin::Authentication::User; use strict; use warnings; use base qw/Catalyst::Authentication::User/; __PACKAGE__; __END__ =pod =head1 NAME Catalyst::Plugin::Authentication::User - 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.