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