1ExtUtils::MM_DOS(3pm) Perl Programmers Reference Guide ExtUtils::MM_DOS(3pm)
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
24 Michael G Schwern <schwern@pobox.com> with code from ExtUtils::MM_Unix
25
27 ExtUtils::MM_Unix, ExtUtils::MakeMaker
28
29
30
31perl v5.12.4 2011-06-07 ExtUtils::MM_DOS(3pm)