The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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();