1fc34152d1678bb1bb214ae8732f8a05b58e1f9c
[dh-make-perl] / dev / arm / libmodule-build-perl / libmodule-build-perl-0.2808.01 / lib / Module / Build / Platform / Default.pm
1 package Module::Build::Platform::Default;
2
3 use strict;
4 use vars qw($VERSION);
5 $VERSION = '0.2808_01';
6 $VERSION = eval $VERSION;
7 use Module::Build::Base;
8
9 use vars qw(@ISA);
10 @ISA = qw(Module::Build::Base);
11
12 1;
13 __END__
14
15
16 =head1 NAME
17
18 Module::Build::Platform::Default - Stub class for unknown platforms
19
20 =head1 DESCRIPTION
21
22 The sole purpose of this module is to inherit from
23 C<Module::Build::Base>.  Please see the L<Module::Build> for the docs.
24
25 =head1 AUTHOR
26
27 Ken Williams <kwilliams@cpan.org>
28
29 =head1 SEE ALSO
30
31 perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
32
33 =cut