Searched refs:MM (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMM_Any.t15 BEGIN { use_ok('ExtUtils::MM') }
20 can_ok( 'MM', 'os_flavor', 'os_flavor_is' );
24 my @flavors = MM->os_flavor;
27 ok( MM->os_flavor_is($flavors[rand @flavors]),
29 ok( MM->os_flavor_is($flavors[rand @flavors], 'BogusOS'),
31 ok( !MM->os_flavor_is('BogusOS'), ' wrong flavor' );
32 ok( !MM->os_flavor_is(), ' no flavor' );
H A Dprefixify.t24 use ExtUtils::MM;
26 my $mm = bless {}, 'MM';
H A Dsplit_command.t15 use ExtUtils::MM;
24 my $mm = bless { NAME => "Foo" }, "MM";
/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);
H A DMY.pm4 require ExtUtils::MM;
8 @ISA = qw(ExtUtils::MM);
34 ExtUtils::MY is a subclass of ExtUtils::MM. Its provided in your
H A DMM_Any.pm14 ExtUtils::MM_Any - Platform-agnostic MM methods
123 my @cmds = $MM->split_command($cmd, @args);
200 my @commands = $MM->echo($text);
201 my @commands = $MM->echo($text, $file);
202 my @commands = $MM->echo($text, $file, $appending);
452 POD2MAN_EXE = $(PERLRUN) "-MExtUtils::Command::MM" -e pod2man "--"
472 return qq{\t$perl "-MExtUtils::Command::MM" }.
650 my $oneliner = $MM->oneliner($perl_code);
651 my $oneliner = $MM->oneliner($perl_code, \@switches);
663 my $code = $MM
[all...]
H A DMM_DOS.pm20 Use ExtUtils::MM and let it choose.
H A DMM_UWIN.pm18 Use ExtUtils::MM and let it choose.
H A DMM_Unix.pm59 from a package C<MM>. MM itself doesn't provide any methods, but it
60 ISA ExtUtils::MM_Unix class. The inheritance tree of MM lets operating
66 If you are going to write a platform specific MM package, please try
326 my $make_frag = $MM->clean_subdirs_target;
773 my $dist_make_fragment = $MM->dist_core;
798 my $make_frag = $MM->dist_target;
822 my $make_frag = $MM->tardist_target;
841 my $make_frag = $MM->zipdist_target;
860 my $make_frag = $MM
[all...]
H A DInstalled.pm123 require ExtUtils::MM;
124 $self->{$module}{version} = MM->parse_version($p);
H A DMM_VMS.pm40 Instead, use ExtUtils::MM and it will figure out which MM_*
78 # appears in @MM::ISA before ExtUtils::Liblist::Kid, so if there isn't an ext()
800 # (Descrip.MMS for MM[SK]) is used.)
852 $(PERL_INC) have been pulled into $(CCCMD). Also use MM[SK] macros.
874 Use MM[SK] macros.
889 Use MM[SK] macros, and VMS command line for C compiler.
1207 order to stay under the magic command line limit). Also use MM[SK]
1265 my $make_frag = $MM->clean_subdirs_target;
1297 Guess what we're working around? Also, use MM[SK] for subdirectories.
1576 we have to rebuild Config.pm, use MM[S
[all...]
H A DEmbed.pm235 MM->ext(join ' ', "-L$lpath", $libperl, @potential_libs);
H A DLiblist.pm34 $MM->ext($potential_libs, $verbose, $need_names);
H A DMakeMaker.pm37 require ExtUtils::MM; # Things like CPAN assume loading ExtUtils::MakeMaker
38 # will give them MM.
53 my $mm = MM->new(\%att);
434 @{"$newclass\:\:ISA"} = 'MM';
620 my $self = MM->new(\%att);
798 # around. As Tk-b9 only builds with 5.002something and MM 5 is
800 # commented out until MM 5.23
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DMakefile.PL42 my $TARG = MM->catfile('d','Errno.pm');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm200 my $is_mms = $make =~ /^MM(K|S)/i;
249 require ExtUtils::MM;
253 if( MM->os_flavor_is('Unix') or
254 ($] > 5.00554 and MM->os_flavor_is('OS/2'))
/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>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm32 Expands MM[KS]/Make macros in a text string, using the contents of
76 Catchall routine to clean up problem MM[SK]/Make macros. Expands macros
78 VMS-syntax directories when MM[SK] is run. Also expands expressions which
80 overrunning DCL's command buffer when MM[KS] is running.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm532 if (($abs = MM->maybe_command($abs))) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2711 unless (length $ftpbin && MM->maybe_command($ftpbin)) {
4416 $perl ||= $candidate if MM->maybe_command($candidate);
4424 if (MM->maybe_command($abs)) {
5058 my $foundv = MM->parse_version($bfile);
5611 $have = MM->parse_version($parsefile) || "undef";
5789 } elsif (MM->maybe_command($CPAN::Config->{gzip})
5791 MM->maybe_command($CPAN::Config->{'tar'})) {
6705 'print MM->parse_version(shift)' filename
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm1216 YYYY-MM-DD.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DName.pl9231 339C SQUARE MM
9234 339F SQUARE MM SQUARED
9238 33A3 SQUARE MM CUBED
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6273 \floatingpenalty\@MM
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex7286 \floatingpenalty\@MM

Completed in 198 milliseconds