Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

ExtUtils::MM_Cygwin

Name ExtUtils::MM_Cygwin
Version 7.64
Located at /usr/local/share/perl5
File /usr/local/share/perl5/ExtUtils/MM_Cygwin.pm
Is Core No
Search CPAN for this module ExtUtils::MM_Cygwin
Documentation ExtUtils::MM_Cygwin
Module Details ExtUtils::MM_Cygwin

NAME

ExtUtils::MM_Cygwin - methods to override UN*X behaviour in ExtUtils::MakeMaker


SYNOPSIS

 use ExtUtils::MM_Cygwin; # Done internally by ExtUtils::MakeMaker if needed


DESCRIPTION

See the ExtUtils::MM_Unix manpage for a documentation of the methods provided there.

os_flavor
We're Unix and Cygwin.

cflags
if configured for dynamic loading, triggers #define EXT in EXTERN.h

replace_manpage_separator
replaces strings '::' with '.' in MAN*POD man page names

init_linker
points to libperl.a

maybe_command
Determine whether a file is native to Cygwin by checking whether it resides inside the Cygwin installation (using Windows paths). If so, use the ExtUtils::MM_Unix manpage to determine if it may be a command. Otherwise use the tests from the ExtUtils::MM_Win32 manpage.

dynamic_lib
Use the default to produce the *.dll's. But for new archdir dll's use the same rebase address if the old exists.

install
Rebase dll's with the global rebase database after installation.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024