Lines Matching full:extutils
1 package ExtUtils::MM_Cygwin;
6 use ExtUtils::MakeMaker::Config;
9 require ExtUtils::MM_Unix;
10 require ExtUtils::MM_Win32;
11 our @ISA = qw( ExtUtils::MM_Unix );
19 ExtUtils::MM_Cygwin - methods to override UN*X behaviour in ExtUtils::MakeMaker
23 use ExtUtils::MM_Cygwin; # Done internally by ExtUtils::MakeMaker if needed
27 See L<ExtUtils::MM_Unix> for a documentation of the methods provided there.
118 use L<ExtUtils::MM_Unix> to determine if it may be a command.
119 Otherwise use the tests from L<ExtUtils::MM_Win32>.
131 : ExtUtils::MM_Win32->maybe_command($file); # Win32
143 my $s = ExtUtils::MM_Unix::dynamic_lib($self, %attribs);
160 my $s = ExtUtils::MM_Unix::install($self, %attribs);