cygwin.pm (Module-Build-0.4231) | : | cygwin.pm (Module-Build-0.4232) | ||
---|---|---|---|---|
package Module::Build::Platform::cygwin; | package Module::Build::Platform::cygwin; | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
our $VERSION = '0.4231'; | our $VERSION = '0.4232'; | |||
$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 { | |||
'.' | '.' | |||
} | } | |||
# Copied from ExtUtils::MM_Cygwin::maybe_command() | # Copied from ExtUtils::MM_Cygwin::maybe_command() | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |