GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Build::Platform::MacOS(3) User Contributed Perl Documentation Module::Build::Platform::MacOS(3)

Module::Build::Platform::MacOS - Builder class for MacOS platforms

The sole purpose of this module is to inherit from "Module::Build::Base" and override a few methods. Please see Module::Build for the docs.

new()
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
make_executable()
On MacOS we set the file type and creator to MacPerl so it will run with a double-click.
dispatch()
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".

ACTION_realclean()
Need to unlock the Build program before deleting.

Michael G Schwern <schwern@pobox.com>

perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.