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::ApplicationBzip2 - a plugin for MIME::Expander

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

MIME::Expander::Plugin

IO::Uncompress::Bunzip2