table of contents
other versions
- bookworm 5.36.0-7+deb12u1
- testing 5.38.2-5
- unstable 5.38.2-5
- experimental 5.40.0-4
ExtUtils::MM_DOS(3perl) | Perl Programmers Reference Guide | ExtUtils::MM_DOS(3perl) |
NAME¶
ExtUtils::MM_DOS - DOS specific subclass of ExtUtils::MM_Unix
SYNOPSIS¶
Don't use this module directly. Use ExtUtils::MM and let it choose.
DESCRIPTION¶
This is a subclass of ExtUtils::MM_Unix which contains functionality for DOS.
Unless otherwise stated, it works just like ExtUtils::MM_Unix.
Overridden methods¶
- os_flavor
- replace_manpage_separator
- Generates Foo__Bar.3 style man page names
- xs_static_lib_is_xs
AUTHOR¶
Michael G Schwern <schwern@pobox.com> with code from ExtUtils::MM_Unix
SEE ALSO¶
ExtUtils::MM_Unix, ExtUtils::MakeMaker
2023-01-08 | perl v5.36.0 |