Lines Matching defs:ExtUtils

4 #   built-in ExtUtils::MM_Unix methods if MakeMaker.pm is run under MacOS.
9 package ExtUtils::MM_MacOS;
10 require ExtUtils::MM_Any;
11 require ExtUtils::MM_Unix;
12 @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
25 use ExtUtils::MakeMaker qw($Verbose &neatvalue);
29 ExtUtils::MM_MacOS - methods to override UN*X behaviour in ExtUtils::MakeMaker
33 use ExtUtils::MM_MacOS; # Done internally by ExtUtils::MakeMaker if needed
48 print STDOUT "Mac MakeMaker (v$ExtUtils::MakeMaker::VERSION)\n" if $Verbose;
50 ExtUtils::MakeMaker::check_manifest();
70 my $newclass = ++$ExtUtils::MakeMaker::PACKNAME;
71 local @ExtUtils::MakeMaker::Parent = @ExtUtils::MakeMaker::Parent; # Protect against non-local exits
75 ExtUtils::MakeMaker::mv_all_methods("MY",$newclass);
78 require ExtUtils::MY;
82 $ExtUtils::MakeMaker::Recognized_Att_Keys{$_} = 1
85 if (defined $ExtUtils::MakeMaker::Parent[-2]){
86 $self->{PARENT} = $ExtUtils::MakeMaker::Parent[-2];
88 for $key (@ExtUtils::MakeMaker::Prepend_parent) {
135 # $ExtUtils::MakeMaker::VERSION (Revision: $ExtUtils::MakeMaker::Revision) from the contents of
170 push @ExtUtils::MakeMaker::MM_Sections, "rulez"
171 unless grep /rulez/, @ExtUtils::MakeMaker::MM_Sections;
186 foreach $section ( @ExtUtils::MakeMaker::MM_Sections ){
206 $ExtUtils::MM_MacOS::make_data{$cwd} = $self;
281 use ExtUtils::MakeMaker::bytes; # Non-UTF-8 high bytes below.
366 # $self->{NAME} eq "ExtUtils::MakeMaker";
378 local $ExtUtils::MakeMaker::module_version_variable = $1;
382 if ($self->{VERSION} = $ {$ExtUtils::MakeMaker::module_version_variable}){
716 ", qq[\t\$(PERL) "-I\$(PERL_LIB)" -e 'use ExtUtils::Mksymlists; ],