1 package Module::Build::Platform::EBCDIC;
5 $VERSION = '0.2808_01';
6 $VERSION = eval $VERSION;
7 use Module::Build::Base;
10 @ISA = qw(Module::Build::Base);
19 Module::Build::Platform::EBCDIC - Builder class for EBCDIC platforms
23 The sole purpose of this module is to inherit from
24 C<Module::Build::Base>. Please see the L<Module::Build> for the docs.
28 Ken Williams <kwilliams@cpan.org>
32 perl(1), Module::Build(3), ExtUtils::MakeMaker(3)