| Module-Build documentation | Contained in the Module-Build distribution. |
Module::Build::Platform::EBCDIC - Builder class for EBCDIC platforms
The sole purpose of this module is to inherit from
Module::Build::Base. Please see the Module::Build for the docs.
Ken Williams <kwilliams@cpan.org>
perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
| Module-Build documentation | Contained in the Module-Build distribution. |
package Module::Build::Platform::EBCDIC; use strict; use vars qw($VERSION); $VERSION = '0.3800'; $VERSION = eval $VERSION; use Module::Build::Base; use vars qw(@ISA); @ISA = qw(Module::Build::Base); 1; __END__