1ExtUtils::MM_OS2(3pm) Perl Programmers Reference Guide ExtUtils::MM_OS2(3pm)
2
3
4
6 ExtUtils::MM_OS2 - methods to override UN*X behaviour in ExtU‐
7 tils::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
26
27perl v5.8.8 2001-09-21 ExtUtils::MM_OS2(3pm)