1ExtUtils::MM_OS2(3) User Contributed Perl Documentation ExtUtils::MM_OS2(3)
2
3
4
6 ExtUtils::MM_OS2 - methods to override UN*X behaviour in
7 ExtUtils::MakeMaker
8
10 use ExtUtils::MM_OS2; # Done internally by ExtUtils::MakeMaker if needed
11
13 See ExtUtils::MM_Unix for a documentation of the methods provided
14 there. This package overrides the implementation of these methods, not
15 the semantics.
16
18 init_dist
19 Define TO_UNIX to convert OS2 linefeeds to Unix style.
20
21 init_linker
22 os_flavor
23 OS/2 is OS/2
24
25 xs_static_lib_is_xs
26
27
28
29perl v5.36.0 2023-03-27 ExtUtils::MM_OS2(3)