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

App::BundleDeps::Platypus - Bundle Your App Via Platypus

SYNOPSIS

App::BundleDeps::Platypus->new(
    script => 'myapp.pl',
    version => $version,
    # everything else is optional
    app => $appname,
    author => $author,
    icon => $icon,
    identifier => $identifier,
    resources => \@list,
    background => $bool,
)->bundle_from_meta();