os2.pm (Module-Build-0.4232) | : | os2.pm (Module-Build-0.4234) | ||
---|---|---|---|---|
package Module::Build::Platform::os2; | package Module::Build::Platform::os2; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
our $VERSION = '0.4232'; | our $VERSION = '0.4234'; | |||
$VERSION = eval $VERSION; | $VERSION = eval $VERSION; | |||
use Module::Build::Platform::Unix; | use Module::Build::Platform::Unix; | |||
our @ISA = qw(Module::Build::Platform::Unix); | our @ISA = qw(Module::Build::Platform::Unix); | |||
sub manpage_separator { '.' } | sub manpage_separator { '.' } | |||
sub have_forkpipe { 0 } | sub have_forkpipe { 0 } | |||
# Copied from ExtUtils::MM_OS2::maybe_command | # Copied from ExtUtils::MM_OS2::maybe_command | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |