1ExtUtils::MM(3pm) Perl Programmers Reference Guide ExtUtils::MM(3pm)
2
3
4
6 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
7
9 require ExtUtils::MM;
10 my $mm = MM->new(...);
11
13 FOR INTERNAL USE ONLY
14
15 ExtUtils::MM is a subclass of ExtUtils::MakeMaker which automatically
16 chooses the appropriate OS specific subclass for you (ie. ExtU‐
17 ils::MM_Unix, etc...).
18
19 It also provides a convenient alias via the MM class (I didn't want
20 MakeMaker modules outside of ExtUtils/).
21
22 This class might turn out to be a temporary solution, but MM won't go
23 away.
24
25
26
27perl v5.8.8 2001-09-21 ExtUtils::MM(3pm)