1ExtUtils::MM_Cygwin(3pm)Perl Programmers Reference GuideExtUtils::MM_Cygwin(3pm)
2
3
4
6 ExtUtils::MM_Cygwin - methods to override UN*X behaviour in
7 ExtUtils::MakeMaker
8
10 use ExtUtils::MM_Cygwin; # Done internally by ExtUtils::MakeMaker if needed
11
13 See ExtUtils::MM_Unix for a documentation of the methods provided
14 there.
15
16 os_flavor
17 We're Unix and Cygwin.
18
19 cflags
20 if configured for dynamic loading, triggers #define EXT in EXTERN.h
21
22 replace_manpage_separator
23 replaces strings '::' with '.' in MAN*POD man page names
24
25 init_linker
26 points to libperl.a
27
28 maybe_command
29 If our path begins with /cygdrive/ then we use "ExtUtils::MM_Win32"
30 to determine if it may be a command. Otherwise we use the tests
31 from "ExtUtils::MM_Unix".
32
33
34
35perl v5.12.4 2011-06-07 ExtUtils::MM_Cygwin(3pm)