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