Catalyst::Plugin::Authentication::User - Compatibility shim


Catalyst-Plugin-Authentication documentation Contained in the Catalyst-Plugin-Authentication distribution.

Index


Code Index:

NAME

Top

Catalyst::Plugin::Authentication::User - Compatibility shim

DESCRIPTION

Top

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 for more information.


Catalyst-Plugin-Authentication documentation Contained in the Catalyst-Plugin-Authentication distribution.

package Catalyst::Plugin::Authentication::User;

use strict;
use warnings;

use base qw/Catalyst::Authentication::User/;

__PACKAGE__;

__END__