<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">package Module::Build::Platform::VOS;

use strict;
use warnings;
our $VERSION = '0.4231';
$VERSION = eval $VERSION;
use Module::Build::Base;

our @ISA = qw(Module::Build::Base);


1;
__END__


=head1 NAME

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

=head1 DESCRIPTION

The sole purpose of this module is to inherit from
C&lt;Module::Build::Base&gt;.  Please see the L&lt;Module::Build&gt; for the docs.

=head1 AUTHOR

Ken Williams &lt;kwilliams@cpan.org&gt;

=head1 SEE ALSO

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

=cut
</pre></body></html>