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

Mail::Summary::Tools::ArchiveLink - Base role for links to archives.

SYNOPSIS

use Mail::Summary::Tools::ArchiveLink::Gmane;

my $l = Mail::Summary::Tools::ArchiveLink::Gmane->new( message_id => "..." );

print $l->thread_uri;

DESCRIPTION