From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Module::Install::Bundle::Platypus - Bundle Your Mac App With Platypus

SYNOPSIS

# in your Makefile.PL
bundle_platypus
extlib => 'extlib', # default,
script => 'myapp.pl',
app => $appname,
author => $author,
icon => $icon,
identifier => $identifier,
resources => \@resources,
background => $boolean,
version => $version, # uses dist version by default
WriteAll;
> make platypus

SEE ALSO

Module::Install::Bundle::LocalLib

AUTHOR

Daisuke Maki - <daisuke@endeworks.jp>

Miyagawa Tatsuhiko - The juicy bits about using platypus

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html