Module::Build::Platform::VMS



Module::Build::Platform::VMS

NAME
DESCRIPTION
AUTHOR
SEE ALSO

NAME

Module::Build::Platform::VMS − Builder class for VMS platforms

DESCRIPTION

This module inherits from "Module::Build::Base" and alters a few minor details of its functionality. Please see Module::Build for the general docs.

Overridden Methods
_set_defaults

Change $self−>{build_script} to ’Build.com’ so @Build works.

cull_args

’@Build foo’ on VMS will not preserve the case of ’foo’. Rather than forcing people to write ’@Build "foo"’ we’ll dispatch case-insensitively.

manpage_separator

Use ’__’ instead of ’::’.

prefixify

Prefixify taking into account VMS ’ filepath syntax.

_quote_args

Command-line arguments (but not the command itself) must be quoted to ensure case preservation.

have_forkpipe

There is no native fork(), so some constructs depending on it are not available.

_backticks

Override to ensure that we quote the arguments but not the command.

find_command

Local an executable program

_maybe_command (override)

Follows VMS naming conventions for executable files. If the name passed in doesn’t exactly match an executable file, appends .Exe (or equivalent) to check for executable image, and .Com to check for DCL procedure. If this fails, checks directories in DCL$PATH and finally Sys$System: for an executable file having the name specified, with or without the .Exe−equivalent suffix.

do_system

Override to ensure that we quote the arguments but not the command.

oneliner

Override to ensure that we do not quote the command.

_infer_xs_spec

Inherit the standard version but tweak the library file name to be something Dynaloader can find.

rscan_dir

Inherit the standard version but remove dots at end of name. If the extended character set is in effect, do not remove dots from filenames with Unix path delimiters.

dist_dir

Inherit the standard version but replace embedded dots with underscores because a dot is the directory delimiter on VMS .

man3page_name

Inherit the standard version but chop the extra manpage delimiter off the front if there is one. The VMS version of splitdir(’[.foo]’) returns ’’, ’foo’.

expand_test_dir

Inherit the standard version but relativize the paths as the native glob() doesn’t do that for us.

_detildefy

The home-grown glob() does not currently handle tildes, so provide limited support here. Expect only UNIX format file specifications for now.

find_perl_interpreter

On VMS , $^X returns the fully qualified absolute path including version number. It’s logically impossible to improve on it for getting the perl we’re currently running, and attempting to manipulate it is usually lossy.

localize_file_path

Convert the file path to the local syntax

localize_dir_path

Convert the directory path to the local syntax

ACTION_clean

The home-grown glob() expands a bit too aggressively when given a bare name, so default in a zero-length extension.

AUTHOR

Michael G Schwern <schwern@pobox.com> Ken Williams <kwilliams@cpan.org> Craig A. Berry <craigberry@mac.com>

SEE ALSO

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






Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.