ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



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



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

DESCRIPTION
       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.

       Overriden Methods


       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.

AUTHOR
       Michael G Schwern <schwern@pobox.com>

SEE ALSO
       perl(1), Module::Build(3), ExtUtils::MakeMaker(3)



perl v5.8.8                                      2007-09-23                Module::Build::Platform::MacOS(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.