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

DESCRIPTION

Plugin class seprated out of Catalyst::Plugin::RapidApp::AuthCore so it can be loaded as a *plugin* (not a role) **AFTER** the other required Authentication and Session plugins. This is needed to overcome load ordering issues. 'finalize_session' below doesn't exist until these plugins are loaded, and since AuthCore handles loading them, it can't also define the around (chickin/egg issue)