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


App-BundleDeps documentation  | view source Contained in the App-BundleDeps distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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


App-BundleDeps documentation  | view source Contained in the App-BundleDeps distribution.