1ExtUtils::MM_DOS(3) User Contributed Perl Documentation ExtUtils::MM_DOS(3)
2
3
4
6 ExtUtils::MM_DOS - DOS 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 DOS.
15
16 Unless otherwise stated, it works just like ExtUtils::MM_Unix.
17
18 Overridden methods
19 os_flavor
20 replace_manpage_separator
21 Generates Foo__Bar.3 style man page names
22
23 xs_static_lib_is_xs
24
26 Michael G Schwern <schwern@pobox.com> with code from ExtUtils::MM_Unix
27
29 ExtUtils::MM_Unix, ExtUtils::MakeMaker
30
31
32
33perl v5.32.0 2020-07-28 ExtUtils::MM_DOS(3)