add Module::Build 0.27_08
[p5sagit/p5-mst-13.2.git] / lib / Module / Build / Platform / VOS.pm
1 package Module::Build::Platform::VOS;
2
3 use strict;
4 use Module::Build::Base;
5
6 use vars qw(@ISA);
7 @ISA = qw(Module::Build::Base);
8
9
10 1;
11 __END__
12
13
14 =head1 NAME
15
16 Module::Build::Platform::VOS - Builder class for VOS platforms
17
18 =head1 DESCRIPTION
19
20 The sole purpose of this module is to inherit from
21 C<Module::Build::Base>.  Please see the L<Module::Build> for the docs.
22
23 =head1 AUTHOR
24
25 Ken Williams <ken@cpan.org>
26
27 =head1 SEE ALSO
28
29 perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
30
31 =cut