1ExtUtils::MM_Win95(3) User Contributed Perl DocumentationExtUtils::MM_Win95(3)
2
3
4

NAME

6       ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X
7

SYNOPSIS

9         You should not be using this module directly.
10

DESCRIPTION

12       This is a subclass of ExtUtils::MM_Win32 containing changes necessary
13       to get MakeMaker playing nice with command.com and other Win9Xisms.
14
15   Overridden methods
16       Most of these make up for limitations in the Win9x/nmake command shell.
17
18       max_exec_len
19           Win98 chokes on things like Encode if we set the max length to
20           nmake's max of 2K.  So we go for a more conservative value of 1K.
21
22       os_flavor
23           Win95 and Win98 and WinME are collectively Win9x and Win32
24

AUTHOR

26       Code originally inside MM_Win32.  Original author unknown.
27
28       Currently maintained by Michael G Schwern "schwern@pobox.com".
29
30       Send patches and ideas to "makemaker@perl.org".
31
32       See https://metacpan.org/release/ExtUtils-MakeMaker.
33
34
35
36perl v5.32.1                      2021-04-14             ExtUtils::MM_Win95(3)
Impressum