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::GoogleGroups - Link to Google Groups via message ID.

SYNOPSIS

use Mail::Summary::Tools::ArchiveLink::GoogleGroups;

my $link = Mail::Summary::Tools::ArchiveLink::GoogleGroups->new(
	message_id => ".....",
);

$link->thread_uri;
$link->message_uri;

DESCRIPTION