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 setdefaultsChange $self->{buildscript} to 'Build.com' so @Build works.
cullargs '@Build foo' on VMS will not preserve the case of 'foo'. Ratherthan forcing people to write '@Build "foo"' we'll dispatch case-
insensitively. manpageseparator Use '' instead of '::'. prefixify Prefixify taking into account VMS' filepath syntax. quoteargsCommand-line arguments (but not the command itself) must be quoted
to ensure case preservation. haveforkpipe 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. dosystem Override to ensure that we quote the arguments but not the command. inferxsspec Inherit the standard version but tweak the library file name to be something Dynaloader can find. AUTHOR Michael G Schwern, Ken Williams SEE ALSO
perl(1), Module::Build(3), ExtUtils::MakeMaker(3)perl v5.8.8 2007-09-23 Module::Build::Platform::VMS(3)