Lines Matching refs:perl

10 #    * check for other versions of perl in $PATH removed
68 my $perl = defined($ENV{PERLNAME}) ? $ENV{PERLNAME} : 'perl';
72 # perl as "perl5", if that's used as base for versioned files you
76 : $perl;
108 -v Only install perl as a binary with the version number in the name.
110 +v Install perl as "perl" and as a binary with the version number in
114 -o Skip checking for other copies of perl in your PATH.
116 -A Also install perl with the architecture's name in the perl binary's
159 # Now that the default privlib has the full perl version number included,
203 die "Patchlevel of perl ($patchlevel)",
262 -x 'perl' . $exe_ext || die "perl isn't executable!\n";
265 -x $ndbg . 'perl' . $exe_ext || die "${ndbg}perl$exe_ext isn't executable!\n";
267 -x $dbg . 'perl' . $exe_ext || die "${dbg}perl$exe_ext isn't executable!\n";
299 for trythis in $installbin/perl
308 echo I see no perl executable around there
309 echo perl is required to build dynamic libraries
310 echo look if the path to perl in /bin/ld2 is correct
321 -f $perldll || die "No perl DLL built\n";
339 safe_unlink("$installbin/$dbg$perl$exe_ext");
340 copy("$dbg$perl$exe_ext", "$installbin/$dbg$perl$exe_ext");
341 chmod(0755, "$installbin/$dbg$perl$exe_ext");
342 safe_unlink("$installbin/$dbg${perl}shr$exe_ext");
343 copy("$dbg${perl}shr$exe_ext", "$installbin/$dbg${perl}shr$exe_ext");
344 chmod(0755, "$installbin/$dbg${perl}shr$exe_ext");
346 safe_unlink("$installbin/$ndbg$perl$exe_ext");
347 copy("$ndbg$perl$exe_ext", "$installbin/$ndbg$perl$exe_ext");
348 chmod(0755, "$installbin/$ndbg$perl$exe_ext");
357 safe_unlink("$installbin/perl$ver$exe_ext", $Config{perlpath});
359 copy("perl$exe_ext", $Config{perlpath});
362 link($Config{perlpath}, "$installbin/perl$ver$exe_ext");
366 if (copy_if_diff("perl$exe_ext",
375 # Copy perl.nlm, echo.nlm, type.nlm, a2p.nlm & cgi2perl.nlm
377 copy("netware\\".$ENV{'MAKE_TYPE'}."\\perl.nlm", $Config{installnwsystem});
381 chmod(0755, "$Config{installnwsystem}\\perl.nlm");
388 safe_unlink("$installbin/$perl.exe");
389 copy("perl.exe", "$installbin/$perl.exe");
431 @corefiles = <*.h *.inc libperl*.* perl*$Config{lib_ext}>;
433 # AIX needs perl.exp installed as well.
434 push(@corefiles,'perl.exp') if $^O eq 'aix';
467 # Install main perl executables
471 safe_unlink("$installbin/$perl$exe_ext", "$installbin/suid$perl$exe_ext");
475 symlink($Config{perlpath}, "$installbin/perl$exe_ext");
479 "$installbin/$perl$exe_ext");
482 "$installbin/$perl$exe_ext");
485 "$installbin/suid$perl$exe_ext")
507 # Offer to install perl in a "standard" location
514 my($usrbinperl) = "$mainperldir/$perl$exe_ext";
515 my($instperl) = "$installbin/$perl$exe_ext";
516 my($expinstperl) = "$binexp/$perl$exe_ext";
518 # First make sure $usrbinperl is not already the same as the perl we
522 # to binexp/perl if binexp and installbin are different.
633 # $_ is a name like pod/perl.pod
646 # installed perl.
670 # my $otherperl = "$_/$perl$exe_ext";
676 # warn "\nWarning: $perl appears in your path in the following " .
949 if ($from =~ m!^pod/perl[\w-]+\.pod$! &&
955 # of the pod files (the perl$OS.pod) are symlinks (to ../README.$OS),
966 if ($perlpodbadsymlink && $from =~ m!^pod/perl(.+)\.pod$!) {