There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

RT::Authen::CookieAuth - Pulls a Cookie and checks it against an External DB

SYNOPSIS

use lib "!!RT_LIB_PATH!!";
use lib "!!RT_ETC_PATH!!";

use RT::Authen::CookieAuth;

RT::Authen::CookieAuth::CheckCookies();

DESCRIPTION

METHODS