man Module::Build::Platform::VMS () - Builder class for VMS platforms

NAME

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

DESCRIPTION

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

Overridden Methods

new
Change CW$self->{build_script} to 'Build.com' so CW@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 '::'.

AUTHOR

Michael G Schwern <schwern@pobox.com>, Ken Williams <ken@mathforum.org>

SEE ALSO