Searched refs:ext_dir (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | make_ext.pl | 276 my ($ext_dir, $perl, $mname, $target, $pass_through) = @_; 278 unless (chdir "$ext_dir") { 279 warn "Cannot cd to $ext_dir: $!"; 283 my $up = $ext_dir; 361 unless (just_pm_to_blib($target, $ext_dir, $mname, $return_dir)) { 367 print "\nCreating Makefile.PL in $ext_dir for $mname\n" if $verbose; 385 die "For $mname tried @locations in $ext_dir but can't find source"; 472 my ($problem) = just_pm_to_blib($target, $ext_dir, $mname, $return_dir); 511 print "\nRunning Makefile.PL in $ext_dir\n" if $verbose; 532 die "Unsuccessful Makefile.PL($ext_dir): code=$code"; [all …]
|
| D | installperl | 152 foreach my $ext_dir (@ext_dirs) { 154 if (($File::Find::name =~ m{^$ext_dir\b(.*)/([^/]+)\.pm$}) && 156 $File::Find::name =~ /^$ext_dir\/$dir\// } @nonxs) 176 }, $ext_dir);
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | FindExt.pm | 106 my $ext_dir = shift; 107 opendir my $dh, "$ext_dir"; 111 next unless -d "$ext_dir/$item"; 125 if (has_xs_or_c("$ext_dir/$item")) {
|