Searched defs:MM (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/utils/lib/ExtUtils/
H A DMM.pm1 package ExtUtils::MM;
19 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
23 require ExtUtils::MM;
24 my $mm = MM->new(...);
30 ExtUtils::MM is a subclass of ExtUtils::MakeMaker which automatically
34 It also provides a convenient alias via the MM class (I didn't want
37 This class might turn out to be a temporary solution, but MM won't go
44 package MM; package
46 @ISA = qw(ExtUtils::MM);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM.pm1 package ExtUtils::MM;
15 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
19 require ExtUtils::MM;
20 my $mm = MM->new(...);
26 ExtUtils::MM is a subclass of ExtUtils::MakeMaker which automatically
30 It also provides a convenient alias via the MM class (I didn't want
33 This class might turn out to be a temporary solution, but MM won't go
40 package MM; package
42 @ISA = qw(ExtUtils::MM);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm1 package ExtUtils::Command::MM;
18 ExtUtils::Command::MM - Commands for the MM's to use in Makefiles
22 perl "-MExtUtils::Command::MM" -e "function" "--" arguments...
29 ExtUtils::Command::MM encapsulates code which would otherwise have to
140 perl "-MExtUtils::Command::MM" -e warn_if_old_packlist <somefile>
162 perl "-MExtUtils::Command::MM" -e perllocal_install
166 perl "-MExtUtils::Command::MM" -e perllocal_install
222 perl "-MExtUtils::Command::MM" -e uninstall <packlist>

Completed in 15 milliseconds