1ExtUtils::MM_UWIN(3pm) Perl Programmers Reference Guide ExtUtils::MM_UWIN(3pm)
2
3
4
6 ExtUtils::MM_UWIN - U/WIN specific subclass of ExtUtils::MM_Unix
7
9 Don't use this module directly.
10 Use ExtUtils::MM and let it choose.
11
13 This is a subclass of ExtUtils::MM_Unix which contains functionality
14 for the AT&T U/WIN UNIX on Windows environment.
15
16 Unless otherwise stated it works just like ExtUtils::MM_Unix
17
18 Overridden methods
19
20 os_flavor
21 In addition to being Unix, we're U/WIN.
22
23 replace_manpage_separator
24
26 Michael G Schwern <schwern@pobox.com> with code from ExtUtils::MM_Unix
27
29 ExtUtils::MM_Win32, ExtUtils::MakeMaker
30
31
32
33perl v5.8.8 2001-09-21 ExtUtils::MM_UWIN(3pm)