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

MIME::Expander::Plugin::ApplicationTar - a plugin for MIME::Expander

SYNOPSIS

my $expander = MIME::Expander::Plugin::ApplicationTar->new;
$expander->expand($part, sub {
        my $contents = shift;
        my $metadata = shift || {};
        print $metadata->{content_type}, "\n";
        print $metadata->{filename}, "\n";
    });

DESCRIPTION

Expand data that type is "application/tar" or "application/x-tar".

SEE ALSO

MIME::Expander::Plugin

Archive::Tar