1 package Module::Build::Platform::os2;
4 use Module::Build::Platform::Unix;
7 @ISA = qw(Module::Build::Platform::Unix);
9 sub manpage_separator { '.' }
17 Module::Build::Platform::os2 - Builder class for OS/2 platform
21 This module provides some routines very specific to the OS/2
24 Please see the L<Module::Build> for the general docs.
28 Ken Williams <ken@cpan.org>
32 perl(1), Module::Build(3), ExtUtils::MakeMaker(3)