The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

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.

AUTHOR

Michael G Schwern <schwern@pobox.com>

SEE ALSO

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 59:

You forgot a '=back' before '=head1'