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


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 the Module::Build manpage for the general docs.

Overridden Methods

new
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 '::'.


AUTHOR

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


SEE ALSO

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

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