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

quickbundle - build Mac OS X bundles for Perl scripts

SYNOPSIS

quickbundle.pl bundle.ini

And in the configuration file:

[application]
name=MyFilms
dependencies=myfilms_dependencies
main=bin/myfilms

[myfilms_dependencies]
scandeps=myfilms_scandeps

[myfilms_scandeps]
script=bin/myfilms
inc=lib

DESCRIPTION

This is a thin wrapper around Mac::QuickBundle.

AUTHOR

Mattia Barbon <mbarbon@cpan.org>

LICENSE

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