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