Module::Build::Platform::MacOS - Builder class for MacOS platforms
The sole purpose of this module is to inherit fromModule::Build::Base and override a few methods. Please seeModule::Build for the docs.
MacPerl doesn't define $Config{sitelib} or $Config{sitearch} for some reason, but $Config{installsitelib} and $Config{installsitearch} are there. So we copy the install variables to the other location
On MacOS we set the file type and creator to MacPerl so it will run with a double-click.
Because there's no easy way to say "./Build test" on MacOS, if dispatch is called with no arguments and no @ARGV a dialog box will pop up asking what action to take and any extra arguments.
Default action is "test".
Need to unlock the Build program before deleting.
Michael G Schwern <schwern@pobox.com>
perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.
The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.