Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

module::build::platform::macos5.12(3pm) [osx man page]

Module::Build::Platform::MacOS(3pm)			 Perl Programmers Reference Guide		       Module::Build::Platform::MacOS(3pm)

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. Overridden 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.12.5 2012-11-03 Module::Build::Platform::MacOS(3pm)

Check Out this Related Man Page

Module::Build::Platform::MacOS(3pm)			 Perl Programmers Reference Guide		       Module::Build::Platform::MacOS(3pm)

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. Overridden 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.18.2 2014-01-06 Module::Build::Platform::MacOS(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

UNIX on MacOS X

I am interested in knowing if anyone out there has been using the BSD UNIX that underlies MacOS X. Is this an "industrial strength" version of UNIX? Can I run X-Windows on such a machine? How about TeXing, pythoning, PERLing or using other useful UNIX goodies near and dear to my shrunken... (1 Reply)
Discussion started by: ncmathsadist
1 Replies

2. UNIX for Dummies Questions & Answers

Build my box...

Well, I am new to Linux/Unix, and I have decided to get a new computer to experiment w/out fear of screwing up my work computer. I was debating between getting a refurbished Dell, and building my own. I am starting to lean towards building my own, then I saw how the AMD Athon XP out-performed the... (7 Replies)
Discussion started by: KyPeN
7 Replies

3. Programming

Where can I download OpenMotif for Solaris ?

The ones on Motif Zone are for MacOS, Linux and FreeBSD only. (0 Replies)
Discussion started by: endeavour1985
0 Replies

4. UNIX for Advanced & Expert Users

Perl scripting

hi Can any one suggest me book for perl scripting on UNIX Platform. Regards (2 Replies)
Discussion started by: rochitsharma
2 Replies

5. UNIX for Dummies Questions & Answers

Cosmatic changes???

Build and Deployment: 1 Delete Amisys Files 2 Run the below script on olorin 3 Copy the Help Files 4 Export path 5 Execute Mass_all.sh & Ant when i execute my.sh echo " Build and Deployment:\n\n 1 Delete Amisys Files\n\n 2 Run the... (2 Replies)
Discussion started by: gkrishnag
2 Replies

6. Shell Programming and Scripting

Delimited file problems

I am trying to store each value in this delimited file: "YCEU3600913","29P0","CT",20,"FB","Platform",2700,28000,"O", "YMLU4366413","42G1","CT",40,"ST","40x8 6,Passive vents at upper",3900,30000,"W", As you can see, most of the fields are surrounded by double quotes, except fields 4, 7 & 8. ... (11 Replies)
Discussion started by: doza22
11 Replies