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