The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

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

SYNOPSIS

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

DESCRIPTION