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

DBIx::MysqlCoroAnyEvent - DBD::mysql + Coro + AnyEvent

SYNOPSIS

use DBI;
$dbh = DBI->connect("dbi:mysql:dbname=$dbname", $username, $auth, { RootClass =>"DBIx::MysqlCoroAnyEvent",  %rest_attr});