This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'vincent/rvalue_stmt_given' into blead
[perl5.git] / cpan / Module-Build / lib / Module / Build / Platform / VOS.pm
CommitLineData
bb4e9162
YST
1package Module::Build::Platform::VOS;
2
3use strict;
7a827510 4use vars qw($VERSION);
7dc9e1b4 5$VERSION = '0.3603';
7a827510 6$VERSION = eval $VERSION;
bb4e9162
YST
7use Module::Build::Base;
8
9use vars qw(@ISA);
10@ISA = qw(Module::Build::Base);
11
12
131;
14__END__
15
16
17=head1 NAME
18
19Module::Build::Platform::VOS - Builder class for VOS platforms
20
21=head1 DESCRIPTION
22
23The sole purpose of this module is to inherit from
24C<Module::Build::Base>. Please see the L<Module::Build> for the docs.
25
26=head1 AUTHOR
27
77e96e88 28Ken Williams <kwilliams@cpan.org>
bb4e9162
YST
29
30=head1 SEE ALSO
31
32perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
33
34=cut