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 ExtU‐
7 tils::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
29
30perl v5.8.8 2001-09-21 ExtUtils::MM_Cygwin(3pm)