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

MojoX::Log::Declare - Integrate Log::Declare with Mojolicious

SYNOPSIS

use Mojo::Base 'Mojolicious';
use MojoX::Log::Declare;

sub startup {
   my $self = shift;

   $self->log( MojoX::Log::Declare->new() );
   # ...
}